Html Css Color HEX #F997C6 Carnation Pink

📋 copy color: '#F997C6'

red 249 ◦ green 151 ◦ blue 198

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

Shades of Carnation Pink #F997C6

Tints of Carnation Pink #F997C6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.25%

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 41.64%
G = 25.25%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F997C6 (or 0xF997C6) is known color: Carnation Pink. HEX triplet: F9, 97 and C6. RGB value is (249,151,198). Sum of RGB (Red+Green+Blue) = 249+151+198=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C6 is #066839. Grayscale: #B9B9B9. Windows color (decimal): -419898 or 13015033. OLE color: 13015033.

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

Color convert

RGB 249 151 198 -
CMYK 0 0.39 0.20 0.02
HSL 331.22º 0.89% 0.78% -
HSV(B) 331.22º 0.39% 0.98% -
XYZ 60.33 46.35 59.19 -
YUV 185.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 249 151 198 0 0.39 0.20 0.02 331.22 0.89 0.78
Hex F9 97 C6 0 27 14 2 14B 59 4E
Octal 371 227 306 0 47 24 2 513 131 116
Binary 11111001 10010111 11000110 0 100111 10100 10 101001011 1011001 1001110

Color Harmonies of #F997C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997C6

Black with #F997C6

Text Example


Text Example

White with #F997C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997C6; }

 p { color: rgb(249,151,198); }

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

background-color css

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

 a { background-color: rgb(249,151,198); }

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

border-color css

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

 span { border-color: rgb(249,151,198); }

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