#FEDFCA

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

Shades of Karry #FEDFCA

Tints of Karry #FEDFCA

Color information

#FEDFCA (or 0xFEDFCA) is unknown color: approx Karry. HEX triplet: FE, DF and CA. RGB value is (254,223,202). Sum of RGB (Red+Green+Blue) = 254+223+202=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCA is #012035. Grayscale: #E5E5E5. Windows color (decimal): -73782 or 13295614. OLE color: 13295614.

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

Color convert

RGB254223202-
CMYK00.120.200.00
HSL24.23º96.3%89.41%-
HSV(B)24.23º20.47%99.61%-
XYZ77.9278.1166.85-
YUV229.87112.27145.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 29.75%
R=37.41%
G=32.84%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422320200.120.200.0024.2396.389.41
HexFEDFCA0C140186059
Octal37633731201424030140131
Binary111111101101111111001010011001010001100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFCA; }

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

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

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

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

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

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

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

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