#ffde96

Color #FFDE96 Cream Brulee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Brulee #FFDE96

Tints of Cream Brulee #FFDE96

Color information

#FFDE96 (or 0xFFDE96) is unknown color: approx Cream Brulee. HEX triplet: FF, DE and 96. RGB value is (255,222,150). Sum of RGB (Red+Green+Blue) = 255+222+150=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE96 is #002169. Grayscale: #DFDFDF. Windows color (decimal): -8554 or 9887487. OLE color: 9887487.

HSL color Cylindrical-coordinate representation of color #FFDE96: hue angle of 41.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFDE96 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255222150-
CMYK00.130.410
HSL41.14º100%79.41%-
HSV(B)41.14º41.18%100%-
XYZ72.8775.739.63-
YUV223.6686.43150.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 150 (58.98% from 255) = 23.92%
R=40.67%
G=35.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522215000.130.41041.1410079.41
HexFFDE960D29029644f
Octal37733622601551051144117
Binary11111111110111101001011001101101001010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffde96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffde96; }

 p { color: rgb(255,222,150); }

 H1.HeaderClassName
 {
   color: #ffde96;
 }
 .AnyTagClassName
 {
   color: #ffde96;
 }
</style>
background-color css

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

 a { background-color: rgb(255,222,150); }

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

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

 span { border-color: rgb(255,222,150); }

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