Html Css Color HEX #F996C8 Carnation Pink

📋 copy color: '#F996C8'

red 249 ◦ green 150 ◦ blue 200

#F996C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #F996C8

Tints of Carnation Pink #F996C8

RGB

 RED value IS 249 (97.66% from 255) = 41.57%

 GREEN value IS 150 (58.98% from 255) = 25.04%

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 41.57%
G = 25.04%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F996C8 (or 0xF996C8) is known color: Carnation Pink. HEX triplet: F9, 96 and C8. RGB value is (249,150,200). Sum of RGB (Red+Green+Blue) = 249+150+200=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F996C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996C8 is #066937. Grayscale: #B9B9B9. Windows color (decimal): -420152 or 13145849. OLE color: 13145849.

HSL color Cylindrical-coordinate representation of color #F996C8: hue angle of 329.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996C8 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 200 -
CMYK 0 0.40 0.20 0.02
HSL 329.7º 0.89% 0.78% -
HSV(B) 329.7º 0.4% 0.98% -
XYZ 60.4 46.12 60.36 -
YUV 185.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 249 150 200 0 0.40 0.20 0.02 329.7 0.89 0.78
Hex F9 96 C8 0 28 14 2 14A 59 4E
Octal 371 226 310 0 50 24 2 512 131 116
Binary 11111001 10010110 11001000 0 101000 10100 10 101001010 1011001 1001110

Color Harmonies of #F996C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996C8

Black with #F996C8

Text Example


Text Example

White with #F996C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996C8; }

 p { color: rgb(249,150,200); }

 H1.HeaderClassName
 {
   color: #F996C8;
 }
 .AnyTagClassName
 {
   color: #F996C8;
 }
</style>

background-color css

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

 a { background-color: rgb(249,150,200); }

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

border-color css

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

 span { border-color: rgb(249,150,200); }

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