Html Css Color HEX #FCF4DC Off Yellow

📋 copy color: '#FCF4DC'

red 252 ◦ green 244 ◦ blue 220

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

Shades of Off Yellow #FCF4DC

Tints of Off Yellow #FCF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.08%

 BLUE value IS 220 (86.33% from 255) = 30.73%

R = 35.2%
G = 34.08%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF4DC (or 0xFCF4DC) is known color: Off Yellow. HEX triplet: FC, F4 and DC. RGB value is (252,244,220). Sum of RGB (Red+Green+Blue) = 252+244+220=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4DC is #030B23. Grayscale: #F3F3F3. Windows color (decimal): -199460 or 14480636. OLE color: 14480636.

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

Color convert

RGB 252 244 220 -
CMYK 0 0.03 0.13 0.01
HSL 45º 0.84% 0.93% -
HSV(B) 45º 0.13% 0.99% -
XYZ 85.41 90.56 80.69 -
YUV 243.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 252 244 220 0 0.03 0.13 0.01 45 0.84 0.93
Hex FC F4 DC 0 3 D 1 2D 54 5D
Octal 374 364 334 0 3 15 1 55 124 135
Binary 11111100 11110100 11011100 0 11 1101 1 101101 1010100 1011101

Color Harmonies of #FCF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4DC

Black with #FCF4DC

Text Example


Text Example

White with #FCF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4DC; }

 p { color: rgb(252,244,220); }

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

background-color css

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

 a { background-color: rgb(252,244,220); }

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

border-color css

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

 span { border-color: rgb(252,244,220); }

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