#FBA8CF

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

Shades of Lavender Pink #FBA8CF

Tints of Lavender Pink #FBA8CF

Color information

#FBA8CF (or 0xFBA8CF) is unknown color: approx Lavender Pink. HEX triplet: FB, A8 and CF. RGB value is (251,168,207). Sum of RGB (Red+Green+Blue) = 251+168+207=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8CF is #045730. Grayscale: #C5C5C5. Windows color (decimal): -284465 or 13609211. OLE color: 13609211.

HSL color Cylindrical-coordinate representation of color #FBA8CF: hue angle of 331.81º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8CF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251168207-
CMYK00.330.180.02
HSL331.81º91.21%82.16%-
HSV(B)331.81º33.07%98.43%-
XYZ65.0553.0265.84-
YUV197.26133.5166.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 168 (66.02% from 255) = 26.84%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=40.10%
G=26.84%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116820700.330.180.02331.8191.2182.16
HexFBA8CF02112214c5b52
Octal373250317041222514133122
Binary1111101110101000110011110100001100101010100110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8CF; }

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

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

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

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

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

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

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

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