Html Css Color HEX #FAFFDD Light Yellow

📋 copy color: '#FAFFDD'

red 250 ◦ green 255 ◦ blue 221

#FAFFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Yellow #FAFFDD

Tints of Light Yellow #FAFFDD

RGB

 RED value IS 250 (98.05% from 255) = 34.44%

 GREEN value IS 255 (100% from 255) = 35.12%

 BLUE value IS 221 (86.72% from 255) = 30.44%

R = 34.44%
G = 35.12%
B = 30.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FAFFDD (or 0xFAFFDD) is known color: Light Yellow. HEX triplet: FA, FF and DD. RGB value is (250,255,221). Sum of RGB (Red+Green+Blue) = 250+255+221=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDD is #050022. Grayscale: #F9F9F9. Windows color (decimal): -327715 or 14548986. OLE color: 14548986.

HSL color Cylindrical-coordinate representation of color #FAFFDD: hue angle of 68.82º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFFDD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 221 -
CMYK 0.02 0 0.13 0
HSL 68.82º 1% 0.93% -
HSV(B) 68.82º 0.13% 1% -
XYZ 88.24 97.06 82.49 -
YUV 249.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 250 255 221 0.02 0 0.13 0 68.82 1 0.93
Hex FA FF DD 2 0 D 0 45 64 5D
Octal 372 377 335 2 0 15 0 105 144 135
Binary 11111010 11111111 11011101 10 0 1101 0 1000101 1100100 1011101

Color Harmonies of #FAFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFDD

Black with #FAFFDD

Text Example


Text Example

White with #FAFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFDD; }

 p { color: rgb(250,255,221); }

 H1.HeaderClassName
 {
   color: #FAFFDD;
 }
 .AnyTagClassName
 {
   color: #FAFFDD;
 }
</style>

background-color css

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

 a { background-color: rgb(250,255,221); }

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

border-color css

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

 span { border-color: rgb(250,255,221); }

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