Html Css Color HEX #FCDD9C Cream Brulee

📋 copy color: '#FCDD9C'

red 252 ◦ green 221 ◦ blue 156

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

Shades of Cream Brulee #FCDD9C

Tints of Cream Brulee #FCDD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 156 (61.33% from 255) = 24.8%

R = 40.06%
G = 35.14%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCDD9C (or 0xFCDD9C) is known color: Cream Brulee. HEX triplet: FC, DD and 9C. RGB value is (252,221,156). Sum of RGB (Red+Green+Blue) = 252+221+156=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9C is #032263. Grayscale: #DFDFDF. Windows color (decimal): -205412 or 10280444. OLE color: 10280444.

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

Color convert

RGB 252 221 156 -
CMYK 0 0.12 0.38 0.01
HSL 40.63º 0.94% 0.8% -
HSV(B) 40.63º 0.38% 0.99% -
XYZ 72 74.81 42.1 -
YUV 222.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 252 221 156 0 0.12 0.38 0.01 40.63 0.94 0.8
Hex FC DD 9C 0 C 26 1 29 5E 50
Octal 374 335 234 0 14 46 1 51 136 120
Binary 11111100 11011101 10011100 0 1100 100110 1 101001 1011110 1010000

Color Harmonies of #FCDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD9C

Black with #FCDD9C

Text Example


Text Example

White with #FCDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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