#FFDFC2

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

Shades of Karry #FFDFC2

Tints of Karry #FFDFC2

Color information

#FFDFC2 (or 0xFFDFC2) is unknown color: approx Karry. HEX triplet: FF, DF and C2. RGB value is (255,223,194). Sum of RGB (Red+Green+Blue) = 255+223+194=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC2 is #00203D. Grayscale: #E5E5E5. Windows color (decimal): -8254 or 12771327. OLE color: 12771327.

HSL color Cylindrical-coordinate representation of color #FFDFC2: hue angle of 28.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFDFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255223194-
CMYK00.130.240
HSL28.52º100%88.04%-
HSV(B)28.52º23.92%100%-
XYZ77.3777.9362-
YUV229.26108.1146.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 194 (76.17% from 255) = 28.87%
R=37.95%
G=33.18%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522319400.130.24028.5210088.04
HexFFDFC20D1801d6458
Octal37733730201530035144130
Binary111111111101111111000010011011100001110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFC2; }

 p { color: rgb(255,223,194); }

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

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

 a { background-color: rgb(255,223,194); }

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

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

 span { border-color: rgb(255,223,194); }

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