Html Css Color HEX #F99BCA Carnation Pink

📋 copy color: '#F99BCA'

red 249 ◦ green 155 ◦ blue 202

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

Shades of Carnation Pink #F99BCA

Tints of Carnation Pink #F99BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 41.09%
G = 25.58%
B = 33.33%

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

#F99BCA (or 0xF99BCA) is known color: Carnation Pink. HEX triplet: F9, 9B and CA. RGB value is (249,155,202). Sum of RGB (Red+Green+Blue) = 249+155+202=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCA is #066435. Grayscale: #BCBCBC. Windows color (decimal): -418870 or 13278201. OLE color: 13278201.

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

Color convert

RGB 249 155 202 -
CMYK 0 0.38 0.19 0.02
HSL 330º 0.89% 0.79% -
HSV(B) 330º 0.38% 0.98% -
XYZ 61.45 47.85 61.87 -
YUV 188.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 249 155 202 0 0.38 0.19 0.02 330 0.89 0.79
Hex F9 9B CA 0 26 13 2 14A 59 4F
Octal 371 233 312 0 46 23 2 512 131 117
Binary 11111001 10011011 11001010 0 100110 10011 10 101001010 1011001 1001111

Color Harmonies of #F99BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BCA

Black with #F99BCA

Text Example


Text Example

White with #F99BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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