Html Css Color HEX #FBA6EE Lavender Rose

📋 copy color: '#FBA6EE'

red 251 ◦ green 166 ◦ blue 238

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

Shades of Lavender Rose #FBA6EE

Tints of Lavender Rose #FBA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.34%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 38.32%
G = 25.34%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBA6EE (or 0xFBA6EE) is known color: Lavender Rose. HEX triplet: FB, A6 and EE. RGB value is (251,166,238). Sum of RGB (Red+Green+Blue) = 251+166+238=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 166 (65.23% from 255 or 25.34% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6EE is #045911. Grayscale: #C7C7C7. Windows color (decimal): -284946 or 15640315. OLE color: 15640315.

HSL color Cylindrical-coordinate representation of color #FBA6EE: hue angle of 309.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6EE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 238 -
CMYK 0 0.34 0.05 0.02
HSL 309.18º 0.91% 0.82% -
HSV(B) 309.18º 0.34% 0.98% -
XYZ 68.85 53.95 87.67 -
YUV 199.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 251 166 238 0 0.34 0.05 0.02 309.18 0.91 0.82
Hex FB A6 EE 0 22 5 2 135 5B 52
Octal 373 246 356 0 42 5 2 465 133 122
Binary 11111011 10100110 11101110 0 100010 101 10 100110101 1011011 1010010

Color Harmonies of #FBA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6EE

Black with #FBA6EE

Text Example


Text Example

White with #FBA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6EE; }

 p { color: rgb(251,166,238); }

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

background-color css

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

 a { background-color: rgb(251,166,238); }

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

border-color css

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

 span { border-color: rgb(251,166,238); }

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