Html Css Color HEX #FCDC98 Cream Brulee

📋 copy color: '#FCDC98'

red 252 ◦ green 220 ◦ blue 152

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

Shades of Cream Brulee #FCDC98

Tints of Cream Brulee #FCDC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.26%

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

R = 40.38%
G = 35.26%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCDC98 (or 0xFCDC98) is known color: Cream Brulee. HEX triplet: FC, DC and 98. RGB value is (252,220,152). Sum of RGB (Red+Green+Blue) = 252+220+152=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC98 is #032367. Grayscale: #DEDEDE. Windows color (decimal): -205672 or 10018044. OLE color: 10018044.

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

Color convert

RGB 252 220 152 -
CMYK 0 0.13 0.40 0.01
HSL 40.8º 0.94% 0.79% -
HSV(B) 40.8º 0.4% 0.99% -
XYZ 71.41 74.15 40.25 -
YUV 221.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 252 220 152 0 0.13 0.40 0.01 40.8 0.94 0.79
Hex FC DC 98 0 D 28 1 29 5E 4F
Octal 374 334 230 0 15 50 1 51 136 117
Binary 11111100 11011100 10011000 0 1101 101000 1 101001 1011110 1001111

Color Harmonies of #FCDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC98

Black with #FCDC98

Text Example


Text Example

White with #FCDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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