Html Css Color HEX #F9ABCB Carnation Pink

📋 copy color: '#F9ABCB'

red 249 ◦ green 171 ◦ blue 203

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

Shades of Carnation Pink #F9ABCB

Tints of Carnation Pink #F9ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.45%

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

R = 39.97%
G = 27.45%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9ABCB (or 0xF9ABCB) is known color: Carnation Pink. HEX triplet: F9, AB and CB. RGB value is (249,171,203). Sum of RGB (Red+Green+Blue) = 249+171+203=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABCB is #065434. Grayscale: #C5C5C5. Windows color (decimal): -414773 or 13347833. OLE color: 13347833.

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

Color convert

RGB 249 171 203 -
CMYK 0 0.31 0.18 0.02
HSL 335.38º 0.87% 0.82% -
HSV(B) 335.38º 0.31% 0.98% -
XYZ 64.41 53.58 63.45 -
YUV 197.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 249 171 203 0 0.31 0.18 0.02 335.38 0.87 0.82
Hex F9 AB CB 0 1F 12 2 14F 57 52
Octal 371 253 313 0 37 22 2 517 127 122
Binary 11111001 10101011 11001011 0 11111 10010 10 101001111 1010111 1010010

Color Harmonies of #F9ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABCB

Black with #F9ABCB

Text Example


Text Example

White with #F9ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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