#FDDECA

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

Shades of Karry #FDDECA

Tints of Karry #FDDECA

Color information

#FDDECA (or 0xFDDECA) is unknown color: approx Karry. HEX triplet: FD, DE and CA. RGB value is (253,222,202). Sum of RGB (Red+Green+Blue) = 253+222+202=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECA is #022135. Grayscale: #E5E5E5. Windows color (decimal): -139574 or 13295357. OLE color: 13295357.

HSL color Cylindrical-coordinate representation of color #FDDECA: hue angle of 23.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDDECA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253222202-
CMYK00.120.200.01
HSL23.53º92.73%89.22%-
HSV(B)23.53º20.16%99.22%-
XYZ77.2977.3966.74-
YUV228.99112.77145.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=37.37%
G=32.79%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322220200.120.200.0123.5392.7389.22
HexFDDECA0C141185d59
Octal37533631201424130135131
Binary111111011101111011001010011001010011100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDECA; }

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

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

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

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

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

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

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

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