Html Css Color HEX #FCF5DB Off Yellow

📋 copy color: '#FCF5DB'

red 252 ◦ green 245 ◦ blue 219

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

Shades of Off Yellow #FCF5DB

Tints of Off Yellow #FCF5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.59%

R = 35.2%
G = 34.22%
B = 30.59%

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

#FCF5DB (or 0xFCF5DB) is known color: Off Yellow. HEX triplet: FC, F5 and DB. RGB value is (252,245,219). Sum of RGB (Red+Green+Blue) = 252+245+219=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DB is #030A24. Grayscale: #F4F4F4. Windows color (decimal): -199205 or 14415356. OLE color: 14415356.

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

Color convert

RGB 252 245 219 -
CMYK 0 0.03 0.13 0.01
HSL 47.27º 0.85% 0.92% -
HSV(B) 47.27º 0.13% 0.99% -
XYZ 85.58 91.11 80.09 -
YUV 244.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 252 245 219 0 0.03 0.13 0.01 47.27 0.85 0.92
Hex FC F5 DB 0 3 D 1 2F 55 5C
Octal 374 365 333 0 3 15 1 57 125 134
Binary 11111100 11110101 11011011 0 11 1101 1 101111 1010101 1011100

Color Harmonies of #FCF5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5DB

Black with #FCF5DB

Text Example


Text Example

White with #FCF5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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