Html Css Color HEX #FCDC92 Cream Brulee

📋 copy color: '#FCDC92'

red 252 ◦ green 220 ◦ blue 146

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

Shades of Cream Brulee #FCDC92

Tints of Cream Brulee #FCDC92

RGB

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

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

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

R = 40.78%
G = 35.6%
B = 23.62%

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

#FCDC92 (or 0xFCDC92) is known color: Cream Brulee. HEX triplet: FC, DC and 92. RGB value is (252,220,146). Sum of RGB (Red+Green+Blue) = 252+220+146=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC92 is #03236D. Grayscale: #DDDDDD. Windows color (decimal): -205678 or 9624828. OLE color: 9624828.

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

Color convert

RGB 252 220 146 -
CMYK 0 0.13 0.42 0.01
HSL 41.89º 0.95% 0.78% -
HSV(B) 41.89º 0.42% 0.99% -
XYZ 70.93 73.96 37.73 -
YUV 221.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 252 220 146 0 0.13 0.42 0.01 41.89 0.95 0.78
Hex FC DC 92 0 D 2A 1 2A 5F 4E
Octal 374 334 222 0 15 52 1 52 137 116
Binary 11111100 11011100 10010010 0 1101 101010 1 101010 1011111 1001110

Color Harmonies of #FCDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC92

Black with #FCDC92

Text Example


Text Example

White with #FCDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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