Html Css Color HEX #F99ACD Carnation Pink

📋 copy color: '#F99ACD'

red 249 ◦ green 154 ◦ blue 205

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

Shades of Carnation Pink #F99ACD

Tints of Carnation Pink #F99ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.33%

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

R = 40.95%
G = 25.33%
B = 33.72%

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

#F99ACD (or 0xF99ACD) is known color: Carnation Pink. HEX triplet: F9, 9A and CD. RGB value is (249,154,205). Sum of RGB (Red+Green+Blue) = 249+154+205=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACD is #066532. Grayscale: #BCBCBC. Windows color (decimal): -419123 or 13474553. OLE color: 13474553.

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

Color convert

RGB 249 154 205 -
CMYK 0 0.38 0.18 0.02
HSL 327.79º 0.89% 0.79% -
HSV(B) 327.79º 0.38% 0.98% -
XYZ 61.64 47.66 63.71 -
YUV 188.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 249 154 205 0 0.38 0.18 0.02 327.79 0.89 0.79
Hex F9 9A CD 0 26 12 2 148 59 4F
Octal 371 232 315 0 46 22 2 510 131 117
Binary 11111001 10011010 11001101 0 100110 10010 10 101001000 1011001 1001111

Color Harmonies of #F99ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99ACD

Black with #F99ACD

Text Example


Text Example

White with #F99ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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