Html Css Color HEX #F997CC Carnation Pink

📋 copy color: '#F997CC'

red 249 ◦ green 151 ◦ blue 204

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

Shades of Carnation Pink #F997CC

Tints of Carnation Pink #F997CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 41.23%
G = 25%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F997CC (or 0xF997CC) is known color: Carnation Pink. HEX triplet: F9, 97 and CC. RGB value is (249,151,204). Sum of RGB (Red+Green+Blue) = 249+151+204=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F997CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997CC is #066833. Grayscale: #BABABA. Windows color (decimal): -419892 or 13408249. OLE color: 13408249.

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

Color convert

RGB 249 151 204 -
CMYK 0 0.39 0.18 0.02
HSL 327.55º 0.89% 0.78% -
HSV(B) 327.55º 0.39% 0.98% -
XYZ 61.03 46.63 62.91 -
YUV 186.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 249 151 204 0 0.39 0.18 0.02 327.55 0.89 0.78
Hex F9 97 CC 0 27 12 2 148 59 4E
Octal 371 227 314 0 47 22 2 510 131 116
Binary 11111001 10010111 11001100 0 100111 10010 10 101001000 1011001 1001110

Color Harmonies of #F997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997CC

Black with #F997CC

Text Example


Text Example

White with #F997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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