Html Css Color HEX #F997C9 Carnation Pink

📋 copy color: '#F997C9'

red 249 ◦ green 151 ◦ blue 201

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

Shades of Carnation Pink #F997C9

Tints of Carnation Pink #F997C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.44%

R = 41.43%
G = 25.12%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F997C9 (or 0xF997C9) is known color: Carnation Pink. HEX triplet: F9, 97 and C9. RGB value is (249,151,201). Sum of RGB (Red+Green+Blue) = 249+151+201=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C9 is #066836. Grayscale: #B9B9B9. Windows color (decimal): -419895 or 13211641. OLE color: 13211641.

HSL color Cylindrical-coordinate representation of color #F997C9: hue angle of 329.39º 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 #F997C9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 151 201 -
CMYK 0 0.39 0.19 0.02
HSL 329.39º 0.89% 0.78% -
HSV(B) 329.39º 0.39% 0.98% -
XYZ 60.68 46.49 61.03 -
YUV 186 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 249 151 201 0 0.39 0.19 0.02 329.39 0.89 0.78
Hex F9 97 C9 0 27 13 2 149 59 4E
Octal 371 227 311 0 47 23 2 511 131 116
Binary 11111001 10010111 11001001 0 100111 10011 10 101001001 1011001 1001110

Color Harmonies of #F997C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997C9

Black with #F997C9

Text Example


Text Example

White with #F997C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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