Html Css Color HEX #F99BCD Carnation Pink

📋 copy color: '#F99BCD'

red 249 ◦ green 155 ◦ blue 205

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

Shades of Carnation Pink #F99BCD

Tints of Carnation Pink #F99BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.66%

R = 40.89%
G = 25.45%
B = 33.66%

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

#F99BCD (or 0xF99BCD) is known color: Carnation Pink. HEX triplet: F9, 9B and CD. RGB value is (249,155,205). Sum of RGB (Red+Green+Blue) = 249+155+205=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCD is #066432. Grayscale: #BCBCBC. Windows color (decimal): -418867 or 13474809. OLE color: 13474809.

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

Color convert

RGB 249 155 205 -
CMYK 0 0.38 0.18 0.02
HSL 328.09º 0.89% 0.79% -
HSV(B) 328.09º 0.38% 0.98% -
XYZ 61.81 47.99 63.76 -
YUV 188.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 249 155 205 0 0.38 0.18 0.02 328.09 0.89 0.79
Hex F9 9B CD 0 26 12 2 148 59 4F
Octal 371 233 315 0 46 22 2 510 131 117
Binary 11111001 10011011 11001101 0 100110 10010 10 101001000 1011001 1001111

Color Harmonies of #F99BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BCD

Black with #F99BCD

Text Example


Text Example

White with #F99BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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