Html Css Color HEX #F99BC3 Carnation Pink

📋 copy color: '#F99BC3'

red 249 ◦ green 155 ◦ blue 195

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

Shades of Carnation Pink #F99BC3

Tints of Carnation Pink #F99BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.55%

R = 41.57%
G = 25.88%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F99BC3 (or 0xF99BC3) is known color: Carnation Pink. HEX triplet: F9, 9B and C3. RGB value is (249,155,195). Sum of RGB (Red+Green+Blue) = 249+155+195=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC3 is #06643C. Grayscale: #BBBBBB. Windows color (decimal): -418877 or 12819449. OLE color: 12819449.

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

Color convert

RGB 249 155 195 -
CMYK 0 0.38 0.22 0.02
HSL 334.47º 0.89% 0.79% -
HSV(B) 334.47º 0.38% 0.98% -
XYZ 60.64 47.52 57.61 -
YUV 187.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 249 155 195 0 0.38 0.22 0.02 334.47 0.89 0.79
Hex F9 9B C3 0 26 16 2 14E 59 4F
Octal 371 233 303 0 46 26 2 516 131 117
Binary 11111001 10011011 11000011 0 100110 10110 10 101001110 1011001 1001111

Color Harmonies of #F99BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BC3

Black with #F99BC3

Text Example


Text Example

White with #F99BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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