Html Css Color HEX #FBA7FB Lavender Rose

📋 copy color: '#FBA7FB'

red 251 ◦ green 167 ◦ blue 251

#FBA7FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FBA7FB

Tints of Lavender Rose #FBA7FB

RGB

 RED value IS 251 (98.44% from 255) = 37.52%

 GREEN value IS 167 (65.63% from 255) = 24.96%

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 37.52%
G = 24.96%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBA7FB (or 0xFBA7FB) is known color: Lavender Rose. HEX triplet: FB, A7 and FB. RGB value is (251,167,251). Sum of RGB (Red+Green+Blue) = 251+167+251=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 167 (65.62% from 255 or 24.96% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7FB is #045804. Grayscale: #C9C9C9. Windows color (decimal): -284677 or 16492539. OLE color: 16492539.

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

Color convert

RGB 251 167 251 -
CMYK 0 0.33 0 0.02
HSL 300º 0.91% 0.82% -
HSV(B) 300º 0.33% 0.98% -
XYZ 71.01 55.11 98.16 -
YUV 201.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 251 167 251 0 0.33 0 0.02 300 0.91 0.82
Hex FB A7 FB 0 21 0 2 12C 5B 52
Octal 373 247 373 0 41 0 2 454 133 122
Binary 11111011 10100111 11111011 0 100001 0 10 100101100 1011011 1010010

Color Harmonies of #FBA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7FB

Black with #FBA7FB

Text Example


Text Example

White with #FBA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7FB; }

 p { color: rgb(251,167,251); }

 H1.HeaderClassName
 {
   color: #FBA7FB;
 }
 .AnyTagClassName
 {
   color: #FBA7FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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