Html Css Color HEX #F997CE Carnation Pink

📋 copy color: '#F997CE'

red 249 ◦ green 151 ◦ blue 206

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

Shades of Carnation Pink #F997CE

Tints of Carnation Pink #F997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 41.09%
G = 24.92%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F997CE (or 0xF997CE) is known color: Carnation Pink. HEX triplet: F9, 97 and CE. RGB value is (249,151,206). Sum of RGB (Red+Green+Blue) = 249+151+206=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F997CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997CE is #066831. Grayscale: #BABABA. Windows color (decimal): -419890 or 13539321. OLE color: 13539321.

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

Color convert

RGB 249 151 206 -
CMYK 0 0.39 0.17 0.02
HSL 326.33º 0.89% 0.78% -
HSV(B) 326.33º 0.39% 0.98% -
XYZ 61.27 46.73 64.18 -
YUV 186.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 249 151 206 0 0.39 0.17 0.02 326.33 0.89 0.78
Hex F9 97 CE 0 27 11 2 146 59 4E
Octal 371 227 316 0 47 21 2 506 131 116
Binary 11111001 10010111 11001110 0 100111 10001 10 101000110 1011001 1001110

Color Harmonies of #F997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997CE

Black with #F997CE

Text Example


Text Example

White with #F997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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