Html Css Color HEX #FCF6CA Lemon Chiffon

📋 copy color: '#FCF6CA'

red 252 ◦ green 246 ◦ blue 202

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

Shades of Lemon Chiffon #FCF6CA

Tints of Lemon Chiffon #FCF6CA

RGB

 RED value IS 252 (98.83% from 255) = 36%

 GREEN value IS 246 (96.48% from 255) = 35.14%

 BLUE value IS 202 (79.3% from 255) = 28.86%

R = 36%
G = 35.14%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCF6CA (or 0xFCF6CA) is known color: Lemon Chiffon. HEX triplet: FC, F6 and CA. RGB value is (252,246,202). Sum of RGB (Red+Green+Blue) = 252+246+202=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6CA is #030935. Grayscale: #F2F2F2. Windows color (decimal): -198966 or 13301500. OLE color: 13301500.

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

Color convert

RGB 252 246 202 -
CMYK 0 0.02 0.20 0.01
HSL 52.8º 0.89% 0.89% -
HSV(B) 52.8º 0.2% 0.99% -
XYZ 83.76 90.87 69 -
YUV 242.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 252 246 202 0 0.02 0.20 0.01 52.8 0.89 0.89
Hex FC F6 CA 0 2 14 1 35 59 59
Octal 374 366 312 0 2 24 1 65 131 131
Binary 11111100 11110110 11001010 0 10 10100 1 110101 1011001 1011001

Color Harmonies of #FCF6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6CA

Black with #FCF6CA

Text Example


Text Example

White with #FCF6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6CA; }

 p { color: rgb(252,246,202); }

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

background-color css

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

 a { background-color: rgb(252,246,202); }

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

border-color css

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

 span { border-color: rgb(252,246,202); }

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