Html Css Color HEX #F99BC4 Carnation Pink

📋 copy color: '#F99BC4'

red 249 ◦ green 155 ◦ blue 196

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

Shades of Carnation Pink #F99BC4

Tints of Carnation Pink #F99BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.67%

R = 41.5%
G = 25.83%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F99BC4 (or 0xF99BC4) is known color: Carnation Pink. HEX triplet: F9, 9B and C4. RGB value is (249,155,196). Sum of RGB (Red+Green+Blue) = 249+155+196=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC4 is #06643B. Grayscale: #BBBBBB. Windows color (decimal): -418876 or 12884985. OLE color: 12884985.

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

Color convert

RGB 249 155 196 -
CMYK 0 0.38 0.21 0.02
HSL 333.83º 0.89% 0.79% -
HSV(B) 333.83º 0.38% 0.98% -
XYZ 60.75 47.57 58.2 -
YUV 187.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 249 155 196 0 0.38 0.21 0.02 333.83 0.89 0.79
Hex F9 9B C4 0 26 15 2 14E 59 4F
Octal 371 233 304 0 46 25 2 516 131 117
Binary 11111001 10011011 11000100 0 100110 10101 10 101001110 1011001 1001111

Color Harmonies of #F99BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BC4

Black with #F99BC4

Text Example


Text Example

White with #F99BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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