Html Css Color HEX #FEFACB Lemon Chiffon

📋 copy color: '#FEFACB'

red 254 ◦ green 250 ◦ blue 203

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

Shades of Lemon Chiffon #FEFACB

Tints of Lemon Chiffon #FEFACB

RGB

 RED value IS 254 (99.61% from 255) = 35.93%

 GREEN value IS 250 (98.05% from 255) = 35.36%

 BLUE value IS 203 (79.69% from 255) = 28.71%

R = 35.93%
G = 35.36%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEFACB (or 0xFEFACB) is known color: Lemon Chiffon. HEX triplet: FE, FA and CB. RGB value is (254,250,203). Sum of RGB (Red+Green+Blue) = 254+250+203=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFACB is #010534. Grayscale: #F6F6F6. Windows color (decimal): -66869 or 13368062. OLE color: 13368062.

HSL color Cylindrical-coordinate representation of color #FEFACB: hue angle of 55.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEFACB is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 203 -
CMYK 0 0.02 0.20 0.00
HSL 55.29º 0.96% 0.9% -
HSV(B) 55.29º 0.2% 1% -
XYZ 85.84 93.75 70.07 -
YUV 245.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 254 250 203 0 0.02 0.20 0.00 55.29 0.96 0.9
Hex FE FA CB 0 2 14 0 37 60 5A
Octal 376 372 313 0 2 24 0 67 140 132
Binary 11111110 11111010 11001011 0 10 10100 0 110111 1100000 1011010

Color Harmonies of #FEFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFACB

Black with #FEFACB

Text Example


Text Example

White with #FEFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFACB; }

 p { color: rgb(254,250,203); }

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

background-color css

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

 a { background-color: rgb(254,250,203); }

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

border-color css

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

 span { border-color: rgb(254,250,203); }

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