#FDDABE

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

Shades of Karry #FDDABE

Tints of Karry #FDDABE

Color information

#FDDABE (or 0xFDDABE) is unknown color: approx Karry. HEX triplet: FD, DA and BE. RGB value is (253,218,190). Sum of RGB (Red+Green+Blue) = 253+218+190=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABE is #022541. Grayscale: #E1E1E1. Windows color (decimal): -140610 or 12507901. OLE color: 12507901.

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

Color convert

RGB253218190-
CMYK00.140.250.01
HSL26.67º94.03%86.86%-
HSV(B)26.67º24.9%99.22%-
XYZ74.8774.7459.2-
YUV225.27108.1147.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=38.28%
G=32.98%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321819000.140.250.0126.6794.0386.86
HexFDDABE0E1911b5e57
Octal37533227601631133136127
Binary111111011101101010111110011101100111101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDABE; }

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

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

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

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

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

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

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

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