Html Css Color HEX #FCE6A2 Cream Brulee

📋 copy color: '#FCE6A2'

red 252 ◦ green 230 ◦ blue 162

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

Shades of Cream Brulee #FCE6A2

Tints of Cream Brulee #FCE6A2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.71%

 BLUE value IS 162 (63.67% from 255) = 25.16%

R = 39.13%
G = 35.71%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCE6A2 (or 0xFCE6A2) is known color: Cream Brulee. HEX triplet: FC, E6 and A2. RGB value is (252,230,162). Sum of RGB (Red+Green+Blue) = 252+230+162=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A2 is #03195D. Grayscale: #E5E5E5. Windows color (decimal): -203102 or 10675964. OLE color: 10675964.

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

Color convert

RGB 252 230 162 -
CMYK 0 0.09 0.36 0.01
HSL 45.33º 0.94% 0.81% -
HSV(B) 45.33º 0.36% 0.99% -
XYZ 74.96 79.9 45.65 -
YUV 228.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 252 230 162 0 0.09 0.36 0.01 45.33 0.94 0.81
Hex FC E6 A2 0 9 24 1 2D 5E 51
Octal 374 346 242 0 11 44 1 55 136 121
Binary 11111100 11100110 10100010 0 1001 100100 1 101101 1011110 1010001

Color Harmonies of #FCE6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6A2

Black with #FCE6A2

Text Example


Text Example

White with #FCE6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6A2; }

 p { color: rgb(252,230,162); }

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

background-color css

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

 a { background-color: rgb(252,230,162); }

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

border-color css

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

 span { border-color: rgb(252,230,162); }

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