#FDDC9B

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

Shades of Cream Brulee #FDDC9B

Tints of Cream Brulee #FDDC9B

Color information

#FDDC9B (or 0xFDDC9B) is unknown color: approx Cream Brulee. HEX triplet: FD, DC and 9B. RGB value is (253,220,155). Sum of RGB (Red+Green+Blue) = 253+220+155=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9B is #022364. Grayscale: #DEDEDE. Windows color (decimal): -140133 or 10214653. OLE color: 10214653.

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

Color convert

RGB253220155-
CMYK00.130.390.01
HSL39.8º96.08%80%-
HSV(B)39.8º38.74%99.22%-
XYZ72.0274.4441.58-
YUV222.4689.93149.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 155 (60.94% from 255) = 24.68%
R=40.29%
G=35.03%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322015500.130.390.0139.896.0880
HexFDDC9B0D271286050
Octal37533423301547150140120
Binary11111101110111001001101101101100111110100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC9B; }

 p { color: rgb(253,220,155); }

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

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

 a { background-color: rgb(253,220,155); }

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

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

 span { border-color: rgb(253,220,155); }

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