Html Css Color HEX #FCDD9D Cream Brulee

📋 copy color: '#FCDD9D'

red 252 ◦ green 221 ◦ blue 157

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

Shades of Cream Brulee #FCDD9D

Tints of Cream Brulee #FCDD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.92%

R = 40%
G = 35.08%
B = 24.92%

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

#FCDD9D (or 0xFCDD9D) is known color: Cream Brulee. HEX triplet: FC, DD and 9D. RGB value is (252,221,157). Sum of RGB (Red+Green+Blue) = 252+221+157=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9D is #032262. Grayscale: #DFDFDF. Windows color (decimal): -205411 or 10345980. OLE color: 10345980.

HSL color Cylindrical-coordinate representation of color #FCDD9D: hue angle of 40.42º 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 #FCDD9D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 157 -
CMYK 0 0.12 0.38 0.01
HSL 40.42º 0.94% 0.8% -
HSV(B) 40.42º 0.38% 0.99% -
XYZ 72.09 74.84 42.54 -
YUV 222.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 252 221 157 0 0.12 0.38 0.01 40.42 0.94 0.8
Hex FC DD 9D 0 C 26 1 28 5E 50
Octal 374 335 235 0 14 46 1 50 136 120
Binary 11111100 11011101 10011101 0 1100 100110 1 101000 1011110 1010000

Color Harmonies of #FCDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD9D

Black with #FCDD9D

Text Example


Text Example

White with #FCDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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