Html Css Color HEX #FCDC95 Cream Brulee

📋 copy color: '#FCDC95'

red 252 ◦ green 220 ◦ blue 149

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

Shades of Cream Brulee #FCDC95

Tints of Cream Brulee #FCDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.99%

R = 40.58%
G = 35.43%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCDC95 (or 0xFCDC95) is known color: Cream Brulee. HEX triplet: FC, DC and 95. RGB value is (252,220,149). Sum of RGB (Red+Green+Blue) = 252+220+149=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC95 is #03236A. Grayscale: #DDDDDD. Windows color (decimal): -205675 or 9821436. OLE color: 9821436.

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

Color convert

RGB 252 220 149 -
CMYK 0 0.13 0.41 0.01
HSL 41.36º 0.94% 0.79% -
HSV(B) 41.36º 0.41% 0.99% -
XYZ 71.16 74.05 38.98 -
YUV 221.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 252 220 149 0 0.13 0.41 0.01 41.36 0.94 0.79
Hex FC DC 95 0 D 29 1 29 5E 4F
Octal 374 334 225 0 15 51 1 51 136 117
Binary 11111100 11011100 10010101 0 1101 101001 1 101001 1011110 1001111

Color Harmonies of #FCDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC95

Black with #FCDC95

Text Example


Text Example

White with #FCDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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