#FAFD98

Color #FAFD98 Canary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Canary #FAFD98

Tints of Canary #FAFD98

Color information

#FAFD98 (or 0xFAFD98) is unknown color: approx Canary. HEX triplet: FA, FD and 98. RGB value is (250,253,152). Sum of RGB (Red+Green+Blue) = 250+253+152=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 152 (59.77% from 255 or 23.21% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD98 is #050267. Grayscale: #F0F0F0. Windows color (decimal): -328296 or 10026490. OLE color: 10026490.

HSL color Cylindrical-coordinate representation of color #FAFD98: hue angle of 61.78º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAFD98 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB250253152-
CMYK0.0100.400.01
HSL61.78º96.19%79.41%-
HSV(B)61.78º39.92%99.22%-
XYZ80.2292.8443.4-
YUV240.5978.01134.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 152 (59.77% from 255) = 23.21%
R=38.17%
G=38.63%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531520.0100.400.0161.7896.1979.41
HexFAFD98102813e604f
Octal3723752301050176140117
Binary11111010111111011001100010101000111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD98; }

 p { color: rgb(250,253,152); }

 H1.HeaderClassName
 {
   color: #FAFD98;
 }
 .AnyTagClassName
 {
   color: #FAFD98;
 }
</style>
background-color css

<style>
 a { background-color: #FAFD98; }

 a { background-color: rgb(250,253,152); }

 div.DivClassName
 {
   background-color: #FAFD98;
 }
 .BgClassName
 {
   background-color: #FAFD98;
 }
</style>
border-color css

<style>
 span { border-color: #FAFD98; }

 span { border-color: rgb(250,253,152); }

 td.TdClassName
 {
   border-color: #FAFD98;
 }
 .TagClassName
 {
   border-color: #FAFD98;
 }
</style>