Html Css Color HEX #FBA1EF Lavender Rose

📋 copy color: '#FBA1EF'

red 251 ◦ green 161 ◦ blue 239

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

Shades of Lavender Rose #FBA1EF

Tints of Lavender Rose #FBA1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 38.56%
G = 24.73%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBA1EF (or 0xFBA1EF) is known color: Lavender Rose. HEX triplet: FB, A1 and EF. RGB value is (251,161,239). Sum of RGB (Red+Green+Blue) = 251+161+239=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1EF is #045E10. Grayscale: #C4C4C4. Windows color (decimal): -286225 or 15704571. OLE color: 15704571.

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

Color convert

RGB 251 161 239 -
CMYK 0 0.36 0.05 0.02
HSL 308º 0.92% 0.81% -
HSV(B) 308º 0.36% 0.98% -
XYZ 68.11 52.23 88.15 -
YUV 196.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 251 161 239 0 0.36 0.05 0.02 308 0.92 0.81
Hex FB A1 EF 0 24 5 2 134 5C 51
Octal 373 241 357 0 44 5 2 464 134 121
Binary 11111011 10100001 11101111 0 100100 101 10 100110100 1011100 1010001

Color Harmonies of #FBA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1EF

Black with #FBA1EF

Text Example


Text Example

White with #FBA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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