Html Css Color HEX #FCDC93 Cream Brulee

📋 copy color: '#FCDC93'

red 252 ◦ green 220 ◦ blue 147

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

Shades of Cream Brulee #FCDC93

Tints of Cream Brulee #FCDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.75%

R = 40.71%
G = 35.54%
B = 23.75%

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

#FCDC93 (or 0xFCDC93) is known color: Cream Brulee. HEX triplet: FC, DC and 93. RGB value is (252,220,147). Sum of RGB (Red+Green+Blue) = 252+220+147=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC93 is #03236C. Grayscale: #DDDDDD. Windows color (decimal): -205677 or 9690364. OLE color: 9690364.

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

Color convert

RGB 252 220 147 -
CMYK 0 0.13 0.42 0.01
HSL 41.71º 0.95% 0.78% -
HSV(B) 41.71º 0.42% 0.99% -
XYZ 71 73.99 38.14 -
YUV 221.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 252 220 147 0 0.13 0.42 0.01 41.71 0.95 0.78
Hex FC DC 93 0 D 2A 1 2A 5F 4E
Octal 374 334 223 0 15 52 1 52 137 116
Binary 11111100 11011100 10010011 0 1101 101010 1 101010 1011111 1001110

Color Harmonies of #FCDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC93

Black with #FCDC93

Text Example


Text Example

White with #FCDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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