Html Css Color HEX #FBA5D9 Lavender Rose

📋 copy color: '#FBA5D9'

red 251 ◦ green 165 ◦ blue 217

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

Shades of Lavender Rose #FBA5D9

Tints of Lavender Rose #FBA5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.28%

R = 39.65%
G = 26.07%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBA5D9 (or 0xFBA5D9) is known color: Lavender Rose. HEX triplet: FB, A5 and D9. RGB value is (251,165,217). Sum of RGB (Red+Green+Blue) = 251+165+217=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D9 is #045A26. Grayscale: #C4C4C4. Windows color (decimal): -285223 or 14263803. OLE color: 14263803.

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

Color convert

RGB 251 165 217 -
CMYK 0 0.34 0.14 0.02
HSL 323.72º 0.91% 0.82% -
HSV(B) 323.72º 0.34% 0.98% -
XYZ 65.76 52.43 72.3 -
YUV 196.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 251 165 217 0 0.34 0.14 0.02 323.72 0.91 0.82
Hex FB A5 D9 0 22 E 2 144 5B 52
Octal 373 245 331 0 42 16 2 504 133 122
Binary 11111011 10100101 11011001 0 100010 1110 10 101000100 1011011 1010010

Color Harmonies of #FBA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5D9

Black with #FBA5D9

Text Example


Text Example

White with #FBA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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