Html Css Color HEX #F99BCC Carnation Pink

📋 copy color: '#F99BCC'

red 249 ◦ green 155 ◦ blue 204

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

Shades of Carnation Pink #F99BCC

Tints of Carnation Pink #F99BCC

RGB

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

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

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

R = 40.95%
G = 25.49%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F99BCC (or 0xF99BCC) is known color: Carnation Pink. HEX triplet: F9, 9B and CC. RGB value is (249,155,204). Sum of RGB (Red+Green+Blue) = 249+155+204=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCC is #066433. Grayscale: #BCBCBC. Windows color (decimal): -418868 or 13409273. OLE color: 13409273.

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

Color convert

RGB 249 155 204 -
CMYK 0 0.38 0.18 0.02
HSL 328.72º 0.89% 0.79% -
HSV(B) 328.72º 0.38% 0.98% -
XYZ 61.69 47.94 63.13 -
YUV 188.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 249 155 204 0 0.38 0.18 0.02 328.72 0.89 0.79
Hex F9 9B CC 0 26 12 2 149 59 4F
Octal 371 233 314 0 46 22 2 511 131 117
Binary 11111001 10011011 11001100 0 100110 10010 10 101001001 1011001 1001111

Color Harmonies of #F99BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BCC

Black with #F99BCC

Text Example


Text Example

White with #F99BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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