Html Css Color HEX #FBA5F3 Lavender Rose

📋 copy color: '#FBA5F3'

red 251 ◦ green 165 ◦ blue 243

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

Shades of Lavender Rose #FBA5F3

Tints of Lavender Rose #FBA5F3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.04%

 BLUE value IS 243 (95.31% from 255) = 36.87%

R = 38.09%
G = 25.04%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBA5F3 (or 0xFBA5F3) is known color: Lavender Rose. HEX triplet: FB, A5 and F3. RGB value is (251,165,243). Sum of RGB (Red+Green+Blue) = 251+165+243=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 165 (64.84% from 255 or 25.04% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5F3 is #045A0C. Grayscale: #C7C7C7. Windows color (decimal): -285197 or 15967739. OLE color: 15967739.

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

Color convert

RGB 251 165 243 -
CMYK 0 0.34 0.03 0.02
HSL 305.58º 0.91% 0.82% -
HSV(B) 305.58º 0.34% 0.98% -
XYZ 69.42 53.89 91.54 -
YUV 199.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 251 165 243 0 0.34 0.03 0.02 305.58 0.91 0.82
Hex FB A5 F3 0 22 3 2 132 5B 52
Octal 373 245 363 0 42 3 2 462 133 122
Binary 11111011 10100101 11110011 0 100010 11 10 100110010 1011011 1010010

Color Harmonies of #FBA5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5F3

Black with #FBA5F3

Text Example


Text Example

White with #FBA5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5F3; }

 p { color: rgb(251,165,243); }

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

background-color css

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

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

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

border-color css

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

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

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