Html Css Color HEX #F8AFBB Light Pink

📋 copy color: '#F8AFBB'

red 248 ◦ green 175 ◦ blue 187

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

Shades of Light Pink #F8AFBB

Tints of Light Pink #F8AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 40.66%
G = 28.69%
B = 30.66%

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

#F8AFBB (or 0xF8AFBB) is known color: Light Pink. HEX triplet: F8, AF and BB. RGB value is (248,175,187). Sum of RGB (Red+Green+Blue) = 248+175+187=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFBB is #075044. Grayscale: #C6C6C6. Windows color (decimal): -479301 or 12300280. OLE color: 12300280.

HSL color Cylindrical-coordinate representation of color #F8AFBB: hue angle of 350.14º 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 #F8AFBB is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 187 -
CMYK 0 0.29 0.25 0.03
HSL 350.14º 0.84% 0.83% -
HSV(B) 350.14º 0.29% 0.97% -
XYZ 63.01 54.2 54.16 -
YUV 198.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 248 175 187 0 0.29 0.25 0.03 350.14 0.84 0.83
Hex F8 AF BB 0 1D 19 3 15E 54 53
Octal 370 257 273 0 35 31 3 536 124 123
Binary 11111000 10101111 10111011 0 11101 11001 11 101011110 1010100 1010011

Color Harmonies of #F8AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFBB

Black with #F8AFBB

Text Example


Text Example

White with #F8AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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