#FBAFCC

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

Shades of Lavender Pink #FBAFCC

Tints of Lavender Pink #FBAFCC

Color information

#FBAFCC (or 0xFBAFCC) is unknown color: approx Lavender Pink. HEX triplet: FB, AF and CC. RGB value is (251,175,204). Sum of RGB (Red+Green+Blue) = 251+175+204=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCC is #045033. Grayscale: #C8C8C8. Windows color (decimal): -282676 or 13414395. OLE color: 13414395.

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

Color convert

RGB251175204-
CMYK00.300.190.02
HSL337.11º90.48%83.53%-
HSV(B)337.11º30.28%98.43%-
XYZ66.0155.5364.37-
YUV201.03129.68163.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=39.84%
G=27.78%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117520400.300.190.02337.1190.4883.53
HexFBAFCC01E1321515a54
Octal373257314036232521132124
Binary111110111010111111001100011110100111010101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFCC; }

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

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

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

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

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

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

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

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