#FDDFCA

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

Shades of Karry #FDDFCA

Tints of Karry #FDDFCA

Color information

#FDDFCA (or 0xFDDFCA) is unknown color: approx Karry. HEX triplet: FD, DF and CA. RGB value is (253,223,202). Sum of RGB (Red+Green+Blue) = 253+223+202=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFCA is #022035. Grayscale: #E5E5E5. Windows color (decimal): -139318 or 13295613. OLE color: 13295613.

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

Color convert

RGB253223202-
CMYK00.120.200.01
HSL24.71º92.73%89.22%-
HSV(B)24.71º20.16%99.22%-
XYZ77.5677.9266.83-
YUV229.58112.44144.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=37.32%
G=32.89%
B=29.79%

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
Decimal25322320200.120.200.0124.7192.7389.22
HexFDDFCA0C141195d59
Octal37533731201424131135131
Binary111111011101111111001010011001010011100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFCA; }

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

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

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

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

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

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

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

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