Html Css Color HEX #FBA2EC Lavender Rose

📋 copy color: '#FBA2EC'

red 251 ◦ green 162 ◦ blue 236

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

Shades of Lavender Rose #FBA2EC

Tints of Lavender Rose #FBA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.96%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 38.67%
G = 24.96%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBA2EC (or 0xFBA2EC) is known color: Lavender Rose. HEX triplet: FB, A2 and EC. RGB value is (251,162,236). Sum of RGB (Red+Green+Blue) = 251+162+236=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2EC is #045D13. Grayscale: #C4C4C4. Windows color (decimal): -285972 or 15508219. OLE color: 15508219.

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

Color convert

RGB 251 162 236 -
CMYK 0 0.35 0.06 0.02
HSL 310.11º 0.92% 0.81% -
HSV(B) 310.11º 0.35% 0.98% -
XYZ 67.84 52.41 85.9 -
YUV 197.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 251 162 236 0 0.35 0.06 0.02 310.11 0.92 0.81
Hex FB A2 EC 0 23 6 2 136 5C 51
Octal 373 242 354 0 43 6 2 466 134 121
Binary 11111011 10100010 11101100 0 100011 110 10 100110110 1011100 1010001

Color Harmonies of #FBA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2EC

Black with #FBA2EC

Text Example


Text Example

White with #FBA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2EC; }

 p { color: rgb(251,162,236); }

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

background-color css

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

 a { background-color: rgb(251,162,236); }

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

border-color css

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

 span { border-color: rgb(251,162,236); }

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