Html Css Color HEX #FBA6E3 Lavender Rose

📋 copy color: '#FBA6E3'

red 251 ◦ green 166 ◦ blue 227

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

Shades of Lavender Rose #FBA6E3

Tints of Lavender Rose #FBA6E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.25%

R = 38.98%
G = 25.78%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBA6E3 (or 0xFBA6E3) is known color: Lavender Rose. HEX triplet: FB, A6 and E3. RGB value is (251,166,227). Sum of RGB (Red+Green+Blue) = 251+166+227=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E3 is #04591C. Grayscale: #C6C6C6. Windows color (decimal): -284957 or 14919419. OLE color: 14919419.

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

Color convert

RGB 251 166 227 -
CMYK 0 0.34 0.10 0.02
HSL 316.94º 0.91% 0.82% -
HSV(B) 316.94º 0.34% 0.98% -
XYZ 67.29 53.33 79.42 -
YUV 198.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 251 166 227 0 0.34 0.10 0.02 316.94 0.91 0.82
Hex FB A6 E3 0 22 A 2 13D 5B 52
Octal 373 246 343 0 42 12 2 475 133 122
Binary 11111011 10100110 11100011 0 100010 1010 10 100111101 1011011 1010010

Color Harmonies of #FBA6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6E3

Black with #FBA6E3

Text Example


Text Example

White with #FBA6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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