#F998C3

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

Shades of Carnation Pink #F998C3

Tints of Carnation Pink #F998C3

Color information

#F998C3 (or 0xF998C3) is unknown color: approx Carnation Pink. HEX triplet: F9, 98 and C3. RGB value is (249,152,195). Sum of RGB (Red+Green+Blue) = 249+152+195=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C3 is #06673C. Grayscale: #B9B9B9. Windows color (decimal): -419645 or 12818681. OLE color: 12818681.

HSL color Cylindrical-coordinate representation of color #F998C3: hue angle of 333.4º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998C3 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249152195-
CMYK00.390.220.02
HSL333.4º88.99%78.63%-
HSV(B)333.4º38.96%97.65%-
XYZ60.1546.5457.44-
YUV185.9133.14173-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=41.78%
G=25.50%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915219500.390.220.02333.488.9978.63
HexF998C302716214d594f
Octal371230303047262515131117
Binary1111100110011000110000110100111101101010100110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998C3; }

 p { color: rgb(249,152,195); }

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

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

 a { background-color: rgb(249,152,195); }

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

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

 span { border-color: rgb(249,152,195); }

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