Html Css Color HEX #FBA3E1 Lavender Rose

📋 copy color: '#FBA3E1'

red 251 ◦ green 163 ◦ blue 225

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

Shades of Lavender Rose #FBA3E1

Tints of Lavender Rose #FBA3E1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.51%

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 39.28%
G = 25.51%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBA3E1 (or 0xFBA3E1) is known color: Lavender Rose. HEX triplet: FB, A3 and E1. RGB value is (251,163,225). Sum of RGB (Red+Green+Blue) = 251+163+225=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3E1 is #045C1E. Grayscale: #C4C4C4. Windows color (decimal): -285727 or 14787579. OLE color: 14787579.

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

Color convert

RGB 251 163 225 -
CMYK 0 0.35 0.10 0.02
HSL 317.73º 0.92% 0.81% -
HSV(B) 317.73º 0.35% 0.98% -
XYZ 66.47 52.14 77.79 -
YUV 196.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 251 163 225 0 0.35 0.10 0.02 317.73 0.92 0.81
Hex FB A3 E1 0 23 A 2 13E 5C 51
Octal 373 243 341 0 43 12 2 476 134 121
Binary 11111011 10100011 11100001 0 100011 1010 10 100111110 1011100 1010001

Color Harmonies of #FBA3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3E1

Black with #FBA3E1

Text Example


Text Example

White with #FBA3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3E1; }

 p { color: rgb(251,163,225); }

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

background-color css

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

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

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

border-color css

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

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

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