Html Css Color HEX #F8AFBA Light Pink

📋 copy color: '#F8AFBA'

red 248 ◦ green 175 ◦ blue 186

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

Shades of Light Pink #F8AFBA

Tints of Light Pink #F8AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.74%

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 40.72%
G = 28.74%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8AFBA (or 0xF8AFBA) is known color: Light Pink. HEX triplet: F8, AF and BA. RGB value is (248,175,186). Sum of RGB (Red+Green+Blue) = 248+175+186=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFBA is #075045. Grayscale: #C6C6C6. Windows color (decimal): -479302 or 12234744. OLE color: 12234744.

HSL color Cylindrical-coordinate representation of color #F8AFBA: hue angle of 350.96º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFBA is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 186 -
CMYK 0 0.29 0.25 0.03
HSL 350.96º 0.84% 0.83% -
HSV(B) 350.96º 0.29% 0.97% -
XYZ 62.9 54.16 53.59 -
YUV 198.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 248 175 186 0 0.29 0.25 0.03 350.96 0.84 0.83
Hex F8 AF BA 0 1D 19 3 15F 54 53
Octal 370 257 272 0 35 31 3 537 124 123
Binary 11111000 10101111 10111010 0 11101 11001 11 101011111 1010100 1010011

Color Harmonies of #F8AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFBA

Black with #F8AFBA

Text Example


Text Example

White with #F8AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFBA; }

 p { color: rgb(248,175,186); }

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

background-color css

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

 a { background-color: rgb(248,175,186); }

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

border-color css

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

 span { border-color: rgb(248,175,186); }

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