Html Css Color HEX #F99BC9 Carnation Pink

📋 copy color: '#F99BC9'

red 249 ◦ green 155 ◦ blue 201

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

Shades of Carnation Pink #F99BC9

Tints of Carnation Pink #F99BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.62%

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

R = 41.16%
G = 25.62%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F99BC9 (or 0xF99BC9) is known color: Carnation Pink. HEX triplet: F9, 9B and C9. RGB value is (249,155,201). Sum of RGB (Red+Green+Blue) = 249+155+201=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC9 is #066436. Grayscale: #BCBCBC. Windows color (decimal): -418871 or 13212665. OLE color: 13212665.

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

Color convert

RGB 249 155 201 -
CMYK 0 0.38 0.19 0.02
HSL 330.64º 0.89% 0.79% -
HSV(B) 330.64º 0.38% 0.98% -
XYZ 61.33 47.8 61.25 -
YUV 188.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 249 155 201 0 0.38 0.19 0.02 330.64 0.89 0.79
Hex F9 9B C9 0 26 13 2 14B 59 4F
Octal 371 233 311 0 46 23 2 513 131 117
Binary 11111001 10011011 11001001 0 100110 10011 10 101001011 1011001 1001111

Color Harmonies of #F99BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BC9

Black with #F99BC9

Text Example


Text Example

White with #F99BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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