Html Css Color HEX #FCF6E2 Off Yellow

📋 copy color: '#FCF6E2'

red 252 ◦ green 246 ◦ blue 226

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

Shades of Off Yellow #FCF6E2

Tints of Off Yellow #FCF6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 31.22%

R = 34.81%
G = 33.98%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCF6E2 (or 0xFCF6E2) is known color: Off Yellow. HEX triplet: FC, F6 and E2. RGB value is (252,246,226). Sum of RGB (Red+Green+Blue) = 252+246+226=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 246 (96.48% from 255 or 33.98% from 724); Blue value is 226 (88.67% from 255 or 31.22% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6E2 is #03091D. Grayscale: #F5F5F5. Windows color (decimal): -198942 or 14874364. OLE color: 14874364.

HSL color Cylindrical-coordinate representation of color #FCF6E2: hue angle of 46.15º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF6E2 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 226 -
CMYK 0 0.02 0.10 0.01
HSL 46.15º 0.81% 0.94% -
HSV(B) 46.15º 0.1% 0.99% -
XYZ 86.83 92.1 85.15 -
YUV 245.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 252 246 226 0 0.02 0.10 0.01 46.15 0.81 0.94
Hex FC F6 E2 0 2 A 1 2E 51 5E
Octal 374 366 342 0 2 12 1 56 121 136
Binary 11111100 11110110 11100010 0 10 1010 1 101110 1010001 1011110

Color Harmonies of #FCF6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6E2

Black with #FCF6E2

Text Example


Text Example

White with #FCF6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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