Html Css Color HEX #FCDD98 Cream Brulee

📋 copy color: '#FCDD98'

red 252 ◦ green 221 ◦ blue 152

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

Shades of Cream Brulee #FCDD98

Tints of Cream Brulee #FCDD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.32%

R = 40.32%
G = 35.36%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCDD98 (or 0xFCDD98) is known color: Cream Brulee. HEX triplet: FC, DD and 98. RGB value is (252,221,152). Sum of RGB (Red+Green+Blue) = 252+221+152=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD98 is #032267. Grayscale: #DEDEDE. Windows color (decimal): -205416 or 10018300. OLE color: 10018300.

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

Color convert

RGB 252 221 152 -
CMYK 0 0.12 0.40 0.01
HSL 41.4º 0.94% 0.79% -
HSV(B) 41.4º 0.4% 0.99% -
XYZ 71.67 74.68 40.34 -
YUV 222.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 252 221 152 0 0.12 0.40 0.01 41.4 0.94 0.79
Hex FC DD 98 0 C 28 1 29 5E 4F
Octal 374 335 230 0 14 50 1 51 136 117
Binary 11111100 11011101 10011000 0 1100 101000 1 101001 1011110 1001111

Color Harmonies of #FCDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD98

Black with #FCDD98

Text Example


Text Example

White with #FCDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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