Html Css Color HEX #FCDB95 Cream Brulee

📋 copy color: '#FCDB95'

red 252 ◦ green 219 ◦ blue 149

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

Shades of Cream Brulee #FCDB95

Tints of Cream Brulee #FCDB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

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

R = 40.65%
G = 35.32%
B = 24.03%

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

#FCDB95 (or 0xFCDB95) is known color: Cream Brulee. HEX triplet: FC, DB and 95. RGB value is (252,219,149). Sum of RGB (Red+Green+Blue) = 252+219+149=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB95 is #03246A. Grayscale: #DDDDDD. Windows color (decimal): -205931 or 9821180. OLE color: 9821180.

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

Color convert

RGB 252 219 149 -
CMYK 0 0.13 0.41 0.01
HSL 40.78º 0.94% 0.79% -
HSV(B) 40.78º 0.41% 0.99% -
XYZ 70.9 73.53 38.89 -
YUV 220.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 252 219 149 0 0.13 0.41 0.01 40.78 0.94 0.79
Hex FC DB 95 0 D 29 1 29 5E 4F
Octal 374 333 225 0 15 51 1 51 136 117
Binary 11111100 11011011 10010101 0 1101 101001 1 101001 1011110 1001111

Color Harmonies of #FCDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB95

Black with #FCDB95

Text Example


Text Example

White with #FCDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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