#FEDECA

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

Shades of Karry #FEDECA

Tints of Karry #FEDECA

Color information

#FEDECA (or 0xFEDECA) is unknown color: approx Karry. HEX triplet: FE, DE and CA. RGB value is (254,222,202). Sum of RGB (Red+Green+Blue) = 254+222+202=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDECA is #012135. Grayscale: #E5E5E5. Windows color (decimal): -74038 or 13295358. OLE color: 13295358.

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

Color convert

RGB254222202-
CMYK00.130.200.00
HSL23.08º96.3%89.41%-
HSV(B)23.08º20.47%99.61%-
XYZ77.6577.5866.76-
YUV229.29112.6145.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=37.46%
G=32.74%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220200.130.200.0023.0896.389.41
HexFEDECA0D140176059
Octal37633631201524027140131
Binary111111101101111011001010011011010001011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDECA; }

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

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

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

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

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

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

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

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