#FDDABF

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

Shades of Karry #FDDABF

Tints of Karry #FDDABF

Color information

#FDDABF (or 0xFDDABF) is unknown color: approx Karry. HEX triplet: FD, DA and BF. RGB value is (253,218,191). Sum of RGB (Red+Green+Blue) = 253+218+191=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABF is #022540. Grayscale: #E1E1E1. Windows color (decimal): -140609 or 12573437. OLE color: 12573437.

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

Color convert

RGB253218191-
CMYK00.140.250.01
HSL26.13º93.94%87.06%-
HSV(B)26.13º24.51%99.22%-
XYZ74.9874.7959.77-
YUV225.39108.6147.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 191 (75% from 255) = 28.85%
R=38.22%
G=32.93%
B=28.85%

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
Decimal25321819100.140.250.0126.1393.9487.06
HexFDDABF0E1911a5e57
Octal37533227701631132136127
Binary111111011101101010111111011101100111101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDABF; }

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

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

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

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

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

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

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

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