#FBAFCD

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

Shades of Lavender Pink #FBAFCD

Tints of Lavender Pink #FBAFCD

Color information

#FBAFCD (or 0xFBAFCD) is unknown color: approx Lavender Pink. HEX triplet: FB, AF and CD. RGB value is (251,175,205). Sum of RGB (Red+Green+Blue) = 251+175+205=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCD is #045032. Grayscale: #C9C9C9. Windows color (decimal): -282675 or 13479931. OLE color: 13479931.

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

Color convert

RGB251175205-
CMYK00.300.180.02
HSL336.32º90.48%83.53%-
HSV(B)336.32º30.28%98.43%-
XYZ66.1355.5865-
YUV201.14130.18163.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=39.78%
G=27.73%
B=32.49%

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
Decimal25117520500.300.180.02336.3290.4883.53
HexFBAFCD01E1221505a54
Octal373257315036222520132124
Binary111110111010111111001101011110100101010101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFCD; }

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

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

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

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

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

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

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

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