Html Css Color HEX #FCDE94 Cream Brulee

📋 copy color: '#FCDE94'

red 252 ◦ green 222 ◦ blue 148

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

Shades of Cream Brulee #FCDE94

Tints of Cream Brulee #FCDE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.69%

 BLUE value IS 148 (58.2% from 255) = 23.79%

R = 40.51%
G = 35.69%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCDE94 (or 0xFCDE94) is known color: Cream Brulee. HEX triplet: FC, DE and 94. RGB value is (252,222,148). Sum of RGB (Red+Green+Blue) = 252+222+148=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 148 (58.20% from 255 or 23.79% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE94 is #03216B. Grayscale: #DEDEDE. Windows color (decimal): -205164 or 9756412. OLE color: 9756412.

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

Color convert

RGB 252 222 148 -
CMYK 0 0.12 0.41 0.01
HSL 42.69º 0.95% 0.78% -
HSV(B) 42.69º 0.41% 0.99% -
XYZ 71.61 75.08 38.73 -
YUV 222.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 252 222 148 0 0.12 0.41 0.01 42.69 0.95 0.78
Hex FC DE 94 0 C 29 1 2B 5F 4E
Octal 374 336 224 0 14 51 1 53 137 116
Binary 11111100 11011110 10010100 0 1100 101001 1 101011 1011111 1001110

Color Harmonies of #FCDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE94

Black with #FCDE94

Text Example


Text Example

White with #FCDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE94; }

 p { color: rgb(252,222,148); }

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

background-color css

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

 a { background-color: rgb(252,222,148); }

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

border-color css

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

 span { border-color: rgb(252,222,148); }

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