Html Css Color HEX #FCDD94 Cream Brulee

📋 copy color: '#FCDD94'

red 252 ◦ green 221 ◦ blue 148

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

Shades of Cream Brulee #FCDD94

Tints of Cream Brulee #FCDD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.59%

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

R = 40.58%
G = 35.59%
B = 23.83%

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

#FCDD94 (or 0xFCDD94) is known color: Cream Brulee. HEX triplet: FC, DD and 94. RGB value is (252,221,148). Sum of RGB (Red+Green+Blue) = 252+221+148=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD94 is #03226B. Grayscale: #DEDEDE. Windows color (decimal): -205420 or 9756156. OLE color: 9756156.

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

Color convert

RGB 252 221 148 -
CMYK 0 0.12 0.41 0.01
HSL 42.12º 0.95% 0.78% -
HSV(B) 42.12º 0.41% 0.99% -
XYZ 71.35 74.55 38.65 -
YUV 221.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 252 221 148 0 0.12 0.41 0.01 42.12 0.95 0.78
Hex FC DD 94 0 C 29 1 2A 5F 4E
Octal 374 335 224 0 14 51 1 52 137 116
Binary 11111100 11011101 10010100 0 1100 101001 1 101010 1011111 1001110

Color Harmonies of #FCDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD94

Black with #FCDD94

Text Example


Text Example

White with #FCDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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