#FAFDDE

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

Shades of Light Yellow #FAFDDE

Tints of Light Yellow #FAFDDE

Color information

#FAFDDE (or 0xFAFDDE) is unknown color: approx Light Yellow. HEX triplet: FA, FD and DE. RGB value is (250,253,222). Sum of RGB (Red+Green+Blue) = 250+253+222=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 222 (87.11% from 255 or 30.62% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDE is #050221. Grayscale: #F8F8F8. Windows color (decimal): -328226 or 14614010. OLE color: 14614010.

HSL color Cylindrical-coordinate representation of color #FAFDDE: hue angle of 65.81º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFDDE is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB250253222-
CMYK0.0100.120.01
HSL65.81º88.57%93.14%-
HSV(B)65.81º12.25%99.22%-
XYZ87.7395.8582.98-
YUV248.57113.01129.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.48%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 222 (87.11% from 255) = 30.62%
R=34.48%
G=34.90%
B=30.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532220.0100.120.0165.8188.5793.14
HexFAFDDE10C142595d
Octal37237533610141102131135
Binary1111101011111101110111101011001100001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDDE; }

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

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

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

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

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

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

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

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