#FE95C2

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

Shades of Carnation Pink #FE95C2

Tints of Carnation Pink #FE95C2

Color information

#FE95C2 (or 0xFE95C2) is unknown color: approx Carnation Pink. HEX triplet: FE, 95 and C2. RGB value is (254,149,194). Sum of RGB (Red+Green+Blue) = 254+149+194=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95C2 is #016A3D. Grayscale: #B9B9B9. Windows color (decimal): -92734 or 12752382. OLE color: 12752382.

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

Color convert

RGB254149194-
CMYK00.410.240.00
HSL334.29º98.13%79.02%-
HSV(B)334.29º41.34%99.61%-
XYZ61.3646.4656.77-
YUV185.52132.79176.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=42.55%
G=24.96%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414919400.410.240.00334.2998.1379.02
HexFE95C202918014e624f
Octal376225302051300516142117
Binary111111101001010111000010010100111000010100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95C2; }

 p { color: rgb(254,149,194); }

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

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

 a { background-color: rgb(254,149,194); }

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

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

 span { border-color: rgb(254,149,194); }

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