Html Css Color HEX #FCF5DD Off Yellow

📋 copy color: '#FCF5DD'

red 252 ◦ green 245 ◦ blue 221

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

Shades of Off Yellow #FCF5DD

Tints of Off Yellow #FCF5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.78%

R = 35.1%
G = 34.12%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCF5DD (or 0xFCF5DD) is known color: Off Yellow. HEX triplet: FC, F5 and DD. RGB value is (252,245,221). Sum of RGB (Red+Green+Blue) = 252+245+221=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5DD is #030A22. Grayscale: #F4F4F4. Windows color (decimal): -199203 or 14546428. OLE color: 14546428.

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

Color convert

RGB 252 245 221 -
CMYK 0 0.03 0.12 0.01
HSL 46.45º 0.84% 0.93% -
HSV(B) 46.45º 0.12% 0.99% -
XYZ 85.85 91.22 81.49 -
YUV 244.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 252 245 221 0 0.03 0.12 0.01 46.45 0.84 0.93
Hex FC F5 DD 0 3 C 1 2E 54 5D
Octal 374 365 335 0 3 14 1 56 124 135
Binary 11111100 11110101 11011101 0 11 1100 1 101110 1010100 1011101

Color Harmonies of #FCF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5DD

Black with #FCF5DD

Text Example


Text Example

White with #FCF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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