#FBAFCF

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

Shades of Lavender Pink #FBAFCF

Tints of Lavender Pink #FBAFCF

Color information

#FBAFCF (or 0xFBAFCF) is unknown color: approx Lavender Pink. HEX triplet: FB, AF and CF. RGB value is (251,175,207). Sum of RGB (Red+Green+Blue) = 251+175+207=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCF is #045030. Grayscale: #C9C9C9. Windows color (decimal): -282673 or 13611003. OLE color: 13611003.

HSL color Cylindrical-coordinate representation of color #FBAFCF: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFCF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251175207-
CMYK00.300.180.02
HSL334.74º90.48%83.53%-
HSV(B)334.74º30.28%98.43%-
XYZ66.3855.6766.28-
YUV201.37131.18163.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=39.65%
G=27.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117520700.300.180.02334.7490.4883.53
HexFBAFCF01E12214f5a54
Octal373257317036222517132124
Binary111110111010111111001111011110100101010100111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFCF; }

 p { color: rgb(251,175,207); }

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

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

 a { background-color: rgb(251,175,207); }

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

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

 span { border-color: rgb(251,175,207); }

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