#FEAFCA

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

Shades of Carnation Pink #FEAFCA

Tints of Carnation Pink #FEAFCA

Color information

#FEAFCA (or 0xFEAFCA) is unknown color: approx Carnation Pink. HEX triplet: FE, AF and CA. RGB value is (254,175,202). Sum of RGB (Red+Green+Blue) = 254+175+202=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFCA is #015035. Grayscale: #C9C9C9. Windows color (decimal): -86070 or 13283326. OLE color: 13283326.

HSL color Cylindrical-coordinate representation of color #FEAFCA: hue angle of 339.49º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFCA is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254175202-
CMYK00.310.200.00
HSL339.49º97.53%84.12%-
HSV(B)339.49º31.1%99.61%-
XYZ66.865663.16-
YUV201.7128.17165.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=40.25%
G=27.73%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417520200.310.200.00339.4997.5384.12
HexFEAFCA01F1401536254
Octal376257312037240523142124
Binary11111110101011111100101001111110100010101001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFCA; }

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

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

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

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

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

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

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

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