Html Css Color HEX #FCDF9E Cream Brulee

📋 copy color: '#FCDF9E'

red 252 ◦ green 223 ◦ blue 158

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

Shades of Cream Brulee #FCDF9E

Tints of Cream Brulee #FCDF9E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 158 (62.11% from 255) = 24.96%

R = 39.81%
G = 35.23%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCDF9E (or 0xFCDF9E) is known color: Cream Brulee. HEX triplet: FC, DF and 9E. RGB value is (252,223,158). Sum of RGB (Red+Green+Blue) = 252+223+158=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9E is #032061. Grayscale: #E0E0E0. Windows color (decimal): -204898 or 10412028. OLE color: 10412028.

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

Color convert

RGB 252 223 158 -
CMYK 0 0.12 0.37 0.01
HSL 41.49º 0.94% 0.8% -
HSV(B) 41.49º 0.37% 0.99% -
XYZ 72.7 75.94 43.17 -
YUV 224.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 252 223 158 0 0.12 0.37 0.01 41.49 0.94 0.8
Hex FC DF 9E 0 C 25 1 29 5E 50
Octal 374 337 236 0 14 45 1 51 136 120
Binary 11111100 11011111 10011110 0 1100 100101 1 101001 1011110 1010000

Color Harmonies of #FCDF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF9E

Black with #FCDF9E

Text Example


Text Example

White with #FCDF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF9E; }

 p { color: rgb(252,223,158); }

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

background-color css

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

 a { background-color: rgb(252,223,158); }

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

border-color css

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

 span { border-color: rgb(252,223,158); }

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