Html Css Color HEX #FBA1EA Lavender Rose

📋 copy color: '#FBA1EA'

red 251 ◦ green 161 ◦ blue 234

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

Shades of Lavender Rose #FBA1EA

Tints of Lavender Rose #FBA1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.92%

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 38.85%
G = 24.92%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBA1EA (or 0xFBA1EA) is known color: Lavender Rose. HEX triplet: FB, A1 and EA. RGB value is (251,161,234). Sum of RGB (Red+Green+Blue) = 251+161+234=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1EA is #045E15. Grayscale: #C4C4C4. Windows color (decimal): -286230 or 15376891. OLE color: 15376891.

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

Color convert

RGB 251 161 234 -
CMYK 0 0.36 0.07 0.02
HSL 311.33º 0.92% 0.81% -
HSV(B) 311.33º 0.36% 0.98% -
XYZ 67.38 51.94 84.32 -
YUV 196.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 251 161 234 0 0.36 0.07 0.02 311.33 0.92 0.81
Hex FB A1 EA 0 24 7 2 137 5C 51
Octal 373 241 352 0 44 7 2 467 134 121
Binary 11111011 10100001 11101010 0 100100 111 10 100110111 1011100 1010001

Color Harmonies of #FBA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1EA

Black with #FBA1EA

Text Example


Text Example

White with #FBA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1EA; }

 p { color: rgb(251,161,234); }

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

background-color css

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

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

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

border-color css

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

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

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