Html Css Color HEX #FBA0D9 Lavender Rose

📋 copy color: '#FBA0D9'

red 251 ◦ green 160 ◦ blue 217

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

Shades of Lavender Rose #FBA0D9

Tints of Lavender Rose #FBA0D9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.48%

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

R = 39.97%
G = 25.48%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBA0D9 (or 0xFBA0D9) is known color: Lavender Rose. HEX triplet: FB, A0 and D9. RGB value is (251,160,217). Sum of RGB (Red+Green+Blue) = 251+160+217=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0D9 is #045F26. Grayscale: #C1C1C1. Windows color (decimal): -286503 or 14262523. OLE color: 14262523.

HSL color Cylindrical-coordinate representation of color #FBA0D9: hue angle of 322.42º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0D9 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 217 -
CMYK 0 0.36 0.14 0.02
HSL 322.42º 0.92% 0.81% -
HSV(B) 322.42º 0.36% 0.98% -
XYZ 64.88 50.66 72 -
YUV 193.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 251 160 217 0 0.36 0.14 0.02 322.42 0.92 0.81
Hex FB A0 D9 0 24 E 2 142 5C 51
Octal 373 240 331 0 44 16 2 502 134 121
Binary 11111011 10100000 11011001 0 100100 1110 10 101000010 1011100 1010001

Color Harmonies of #FBA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0D9

Black with #FBA0D9

Text Example


Text Example

White with #FBA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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