#FDDEBE

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

Shades of Karry #FDDEBE

Tints of Karry #FDDEBE

Color information

#FDDEBE (or 0xFDDEBE) is unknown color: approx Karry. HEX triplet: FD, DE and BE. RGB value is (253,222,190). Sum of RGB (Red+Green+Blue) = 253+222+190=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEBE is #022141. Grayscale: #E3E3E3. Windows color (decimal): -139586 or 12508925. OLE color: 12508925.

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

Color convert

RGB253222190-
CMYK00.120.250.01
HSL30.48º94.03%86.86%-
HSV(B)30.48º24.9%99.22%-
XYZ75.9276.8459.55-
YUV227.62106.77146.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=38.05%
G=33.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322219000.120.250.0130.4894.0386.86
HexFDDEBE0C1911e5e57
Octal37533627601431136136127
Binary111111011101111010111110011001100111111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEBE; }

 p { color: rgb(253,222,190); }

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

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

 a { background-color: rgb(253,222,190); }

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

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

 span { border-color: rgb(253,222,190); }

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