Html Css Color HEX #F9AACB Carnation Pink

📋 copy color: '#F9AACB'

red 249 ◦ green 170 ◦ blue 203

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

Shades of Carnation Pink #F9AACB

Tints of Carnation Pink #F9AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.33%

 BLUE value IS 203 (79.69% from 255) = 32.64%

R = 40.03%
G = 27.33%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9AACB (or 0xF9AACB) is known color: Carnation Pink. HEX triplet: F9, AA and CB. RGB value is (249,170,203). Sum of RGB (Red+Green+Blue) = 249+170+203=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AACB is #065534. Grayscale: #C5C5C5. Windows color (decimal): -415029 or 13347577. OLE color: 13347577.

HSL color Cylindrical-coordinate representation of color #F9AACB: hue angle of 334.94º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AACB is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 203 -
CMYK 0 0.32 0.18 0.02
HSL 334.94º 0.87% 0.82% -
HSV(B) 334.94º 0.32% 0.98% -
XYZ 64.22 53.2 63.38 -
YUV 197.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 249 170 203 0 0.32 0.18 0.02 334.94 0.87 0.82
Hex F9 AA CB 0 20 12 2 14F 57 52
Octal 371 252 313 0 40 22 2 517 127 122
Binary 11111001 10101010 11001011 0 100000 10010 10 101001111 1010111 1010010

Color Harmonies of #F9AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AACB

Black with #F9AACB

Text Example


Text Example

White with #F9AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AACB; }

 p { color: rgb(249,170,203); }

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

background-color css

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

 a { background-color: rgb(249,170,203); }

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

border-color css

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

 span { border-color: rgb(249,170,203); }

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