Html Css Color HEX #FCF5DC Off Yellow

📋 copy color: '#FCF5DC'

red 252 ◦ green 245 ◦ blue 220

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

Shades of Off Yellow #FCF5DC

Tints of Off Yellow #FCF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.17%

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

R = 35.15%
G = 34.17%
B = 30.68%

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

#FCF5DC (or 0xFCF5DC) is known color: Off Yellow. HEX triplet: FC, F5 and DC. RGB value is (252,245,220). Sum of RGB (Red+Green+Blue) = 252+245+220=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DC is #030A23. Grayscale: #F4F4F4. Windows color (decimal): -199204 or 14480892. OLE color: 14480892.

HSL color Cylindrical-coordinate representation of color #FCF5DC: hue angle of 46.88º 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 #FCF5DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 220 -
CMYK 0 0.03 0.13 0.01
HSL 46.88º 0.84% 0.93% -
HSV(B) 46.88º 0.13% 0.99% -
XYZ 85.72 91.17 80.79 -
YUV 244.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 252 245 220 0 0.03 0.13 0.01 46.88 0.84 0.93
Hex FC F5 DC 0 3 D 1 2F 54 5D
Octal 374 365 334 0 3 15 1 57 124 135
Binary 11111100 11110101 11011100 0 11 1101 1 101111 1010100 1011101

Color Harmonies of #FCF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5DC

Black with #FCF5DC

Text Example


Text Example

White with #FCF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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