Html Css Color HEX #FAFFB4 Chiffon

📋 copy color: '#FAFFB4'

red 250 ◦ green 255 ◦ blue 180

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

Shades of Chiffon #FAFFB4

Tints of Chiffon #FAFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.28%

R = 36.5%
G = 37.23%
B = 26.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FAFFB4 (or 0xFAFFB4) is known color: Chiffon. HEX triplet: FA, FF and B4. RGB value is (250,255,180). Sum of RGB (Red+Green+Blue) = 250+255+180=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFB4 is #05004B. Grayscale: #F5F5F5. Windows color (decimal): -327756 or 11862010. OLE color: 11862010.

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

Color convert

RGB 250 255 180 -
CMYK 0.02 0 0.29 0
HSL 64º 1% 0.85% -
HSV(B) 64º 0.29% 1% -
XYZ 83.42 95.14 57.15 -
YUV 244.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 250 255 180 0.02 0 0.29 0 64 1 0.85
Hex FA FF B4 2 0 1D 0 40 64 55
Octal 372 377 264 2 0 35 0 100 144 125
Binary 11111010 11111111 10110100 10 0 11101 0 1000000 1100100 1010101

Color Harmonies of #FAFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFB4

Black with #FAFFB4

Text Example


Text Example

White with #FAFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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