#FDDEBF

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

Shades of Karry #FDDEBF

Tints of Karry #FDDEBF

Color information

#FDDEBF (or 0xFDDEBF) is unknown color: approx Karry. HEX triplet: FD, DE and BF. RGB value is (253,222,191). Sum of RGB (Red+Green+Blue) = 253+222+191=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEBF is #022140. Grayscale: #E3E3E3. Windows color (decimal): -139585 or 12574461. OLE color: 12574461.

HSL color Cylindrical-coordinate representation of color #FDDEBF: hue angle of 30º 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 #FDDEBF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253222191-
CMYK00.120.250.01
HSL30º93.94%87.06%-
HSV(B)30º24.51%99.22%-
XYZ76.0376.8960.12-
YUV227.74107.27146.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 28.68%
R=37.99%
G=33.33%
B=28.68%

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
Decimal25322219100.120.250.013093.9487.06
HexFDDEBF0C1911e5e57
Octal37533627701431136136127
Binary111111011101111010111111011001100111111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEBF; }

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

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

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

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

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

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

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

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