Html Css Color HEX #FBA1ED Lavender Rose

📋 copy color: '#FBA1ED'

red 251 ◦ green 161 ◦ blue 237

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

Shades of Lavender Rose #FBA1ED

Tints of Lavender Rose #FBA1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 38.67%
G = 24.81%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBA1ED (or 0xFBA1ED) is known color: Lavender Rose. HEX triplet: FB, A1 and ED. RGB value is (251,161,237). Sum of RGB (Red+Green+Blue) = 251+161+237=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1ED is #045E12. Grayscale: #C4C4C4. Windows color (decimal): -286227 or 15573499. OLE color: 15573499.

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

Color convert

RGB 251 161 237 -
CMYK 0 0.36 0.06 0.02
HSL 309.33º 0.92% 0.81% -
HSV(B) 309.33º 0.36% 0.98% -
XYZ 67.81 52.11 86.61 -
YUV 196.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 251 161 237 0 0.36 0.06 0.02 309.33 0.92 0.81
Hex FB A1 ED 0 24 6 2 135 5C 51
Octal 373 241 355 0 44 6 2 465 134 121
Binary 11111011 10100001 11101101 0 100100 110 10 100110101 1011100 1010001

Color Harmonies of #FBA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1ED

Black with #FBA1ED

Text Example


Text Example

White with #FBA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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