#FEA7CB

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

Shades of Carnation Pink #FEA7CB

Tints of Carnation Pink #FEA7CB

Color information

#FEA7CB (or 0xFEA7CB) is unknown color: approx Carnation Pink. HEX triplet: FE, A7 and CB. RGB value is (254,167,203). Sum of RGB (Red+Green+Blue) = 254+167+203=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7CB is #015834. Grayscale: #C5C5C5. Windows color (decimal): -88117 or 13346814. OLE color: 13346814.

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

Color convert

RGB254167203-
CMYK00.340.200.00
HSL335.17º97.75%82.55%-
HSV(B)335.17º34.25%99.61%-
XYZ65.4753.0263.28-
YUV197.12131.32168.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=40.71%
G=26.76%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416720300.340.200.00335.1797.7582.55
HexFEA7CB02214014f6253
Octal376247313042240517142123
Binary111111101010011111001011010001010100010100111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7CB; }

 p { color: rgb(254,167,203); }

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

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

 a { background-color: rgb(254,167,203); }

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

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

 span { border-color: rgb(254,167,203); }

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