#FF94C3

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

Shades of Carnation Pink #FF94C3

Tints of Carnation Pink #FF94C3

Color information

#FF94C3 (or 0xFF94C3) is unknown color: approx Carnation Pink. HEX triplet: FF, 94 and C3. RGB value is (255,148,195). Sum of RGB (Red+Green+Blue) = 255+148+195=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94C3 is #006B3C. Grayscale: #B9B9B9. Windows color (decimal): -27453 or 12817663. OLE color: 12817663.

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

Color convert

RGB255148195-
CMYK00.420.240
HSL333.64º100%79.02%-
HSV(B)333.64º41.96%100%-
XYZ61.6846.3857.33-
YUV185.35133.45177.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 195 (76.56% from 255) = 32.61%
R=42.64%
G=24.75%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514819500.420.240333.6410079.02
HexFF94C302A18014e644f
Octal377224303052300516144117
Binary111111111001010011000011010101011000010100111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94C3; }

 p { color: rgb(255,148,195); }

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

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

 a { background-color: rgb(255,148,195); }

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

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

 span { border-color: rgb(255,148,195); }

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