Html Css Color HEX #FCDB92 Cream Brulee

📋 copy color: '#FCDB92'

red 252 ◦ green 219 ◦ blue 146

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

Shades of Cream Brulee #FCDB92

Tints of Cream Brulee #FCDB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.66%

R = 40.84%
G = 35.49%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCDB92 (or 0xFCDB92) is known color: Cream Brulee. HEX triplet: FC, DB and 92. RGB value is (252,219,146). Sum of RGB (Red+Green+Blue) = 252+219+146=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB92 is #03246D. Grayscale: #DCDCDC. Windows color (decimal): -205934 or 9624572. OLE color: 9624572.

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

Color convert

RGB 252 219 146 -
CMYK 0 0.13 0.42 0.01
HSL 41.32º 0.95% 0.78% -
HSV(B) 41.32º 0.42% 0.99% -
XYZ 70.66 73.43 37.64 -
YUV 220.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 252 219 146 0 0.13 0.42 0.01 41.32 0.95 0.78
Hex FC DB 92 0 D 2A 1 29 5F 4E
Octal 374 333 222 0 15 52 1 51 137 116
Binary 11111100 11011011 10010010 0 1101 101010 1 101001 1011111 1001110

Color Harmonies of #FCDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB92

Black with #FCDB92

Text Example


Text Example

White with #FCDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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