#FDDF9E

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

Shades of Cream Brulee #FDDF9E

Tints of Cream Brulee #FDDF9E

Color information

#FDDF9E (or 0xFDDF9E) is unknown color: approx Cream Brulee. HEX triplet: FD, DF and 9E. RGB value is (253,223,158). Sum of RGB (Red+Green+Blue) = 253+223+158=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF9E is #022061. Grayscale: #E0E0E0. Windows color (decimal): -139362 or 10412029. OLE color: 10412029.

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

Color convert

RGB253223158-
CMYK00.120.380.01
HSL41.05º95.96%80.59%-
HSV(B)41.05º37.55%99.22%-
XYZ73.0776.1343.19-
YUV224.5690.44148.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 158 (62.11% from 255) = 24.92%
R=39.91%
G=35.17%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322315800.120.380.0141.0595.9680.59
HexFDDF9E0C261296051
Octal37533723601446151140121
Binary11111101110111111001111001100100110110100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF9E; }

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

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

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

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

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

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

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

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