Html Css Color HEX #F8ABC9 Carnation Pink

📋 copy color: '#F8ABC9'

red 248 ◦ green 171 ◦ blue 201

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

Shades of Carnation Pink #F8ABC9

Tints of Carnation Pink #F8ABC9

RGB

 RED value IS 248 (97.27% from 255) = 40%

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

 BLUE value IS 201 (78.91% from 255) = 32.42%

R = 40%
G = 27.58%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8ABC9 (or 0xF8ABC9) is known color: Carnation Pink. HEX triplet: F8, AB and C9. RGB value is (248,171,201). Sum of RGB (Red+Green+Blue) = 248+171+201=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABC9 is #075436. Grayscale: #C5C5C5. Windows color (decimal): -480311 or 13216760. OLE color: 13216760.

HSL color Cylindrical-coordinate representation of color #F8ABC9: hue angle of 336.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABC9 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 201 -
CMYK 0 0.31 0.19 0.03
HSL 336.62º 0.85% 0.82% -
HSV(B) 336.62º 0.31% 0.97% -
XYZ 63.82 53.3 62.18 -
YUV 197.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 248 171 201 0 0.31 0.19 0.03 336.62 0.85 0.82
Hex F8 AB C9 0 1F 13 3 151 55 52
Octal 370 253 311 0 37 23 3 521 125 122
Binary 11111000 10101011 11001001 0 11111 10011 11 101010001 1010101 1010010

Color Harmonies of #F8ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABC9

Black with #F8ABC9

Text Example


Text Example

White with #F8ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABC9; }

 p { color: rgb(248,171,201); }

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

background-color css

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

 a { background-color: rgb(248,171,201); }

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

border-color css

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

 span { border-color: rgb(248,171,201); }

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