Html Css Color HEX #F8A7AF Light Pink

📋 copy color: '#F8A7AF'

red 248 ◦ green 167 ◦ blue 175

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

Shades of Light Pink #F8A7AF

Tints of Light Pink #F8A7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.31%

 BLUE value IS 175 (68.75% from 255) = 29.66%

R = 42.03%
G = 28.31%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8A7AF (or 0xF8A7AF) is known color: Light Pink. HEX triplet: F8, A7 and AF. RGB value is (248,167,175). Sum of RGB (Red+Green+Blue) = 248+167+175=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A7AF is #075850. Grayscale: #C0C0C0. Windows color (decimal): -481361 or 11511800. OLE color: 11511800.

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

Color convert

RGB 248 167 175 -
CMYK 0 0.33 0.29 0.03
HSL 354.07º 0.85% 0.81% -
HSV(B) 354.07º 0.33% 0.97% -
XYZ 60.27 50.69 47.16 -
YUV 192.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 248 167 175 0 0.33 0.29 0.03 354.07 0.85 0.81
Hex F8 A7 AF 0 21 1D 3 162 55 51
Octal 370 247 257 0 41 35 3 542 125 121
Binary 11111000 10100111 10101111 0 100001 11101 11 101100010 1010101 1010001

Color Harmonies of #F8A7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7AF

Black with #F8A7AF

Text Example


Text Example

White with #F8A7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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