#F8AFCB

Color #F8AFCB Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F8AFCB

Tints of Lavender Pink #F8AFCB

Color information

#F8AFCB (or 0xF8AFCB) is unknown color: approx Lavender Pink. HEX triplet: F8, AF and CB. RGB value is (248,175,203). Sum of RGB (Red+Green+Blue) = 248+175+203=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCB is #075034. Grayscale: #C7C7C7. Windows color (decimal): -479285 or 13348856. OLE color: 13348856.

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

Color convert

RGB248175203-
CMYK00.290.180.03
HSL336.99º83.91%82.94%-
HSV(B)336.99º29.44%97.25%-
XYZ64.8254.9363.69-
YUV200.02129.68162.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=39.62%
G=27.96%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817520300.290.180.03336.9983.9182.94
HexF8AFCB01D1231515453
Octal370257313035223521124123
Binary111110001010111111001011011101100101110101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFCB; }

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

 H1.HeaderClassName
 {
   color: #F8AFCB;
 }
 .AnyTagClassName
 {
   color: #F8AFCB;
 }
</style>
background-color css

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

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

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

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

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

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