Html Css Color HEX #FBA6E0 Lavender Rose

📋 copy color: '#FBA6E0'

red 251 ◦ green 166 ◦ blue 224

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

Shades of Lavender Rose #FBA6E0

Tints of Lavender Rose #FBA6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.95%

R = 39.16%
G = 25.9%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBA6E0 (or 0xFBA6E0) is known color: Lavender Rose. HEX triplet: FB, A6 and E0. RGB value is (251,166,224). Sum of RGB (Red+Green+Blue) = 251+166+224=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E0 is #04591F. Grayscale: #C5C5C5. Windows color (decimal): -284960 or 14722811. OLE color: 14722811.

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

Color convert

RGB 251 166 224 -
CMYK 0 0.34 0.11 0.02
HSL 319.06º 0.91% 0.82% -
HSV(B) 319.06º 0.34% 0.98% -
XYZ 66.87 53.16 77.26 -
YUV 198.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 251 166 224 0 0.34 0.11 0.02 319.06 0.91 0.82
Hex FB A6 E0 0 22 B 2 13F 5B 52
Octal 373 246 340 0 42 13 2 477 133 122
Binary 11111011 10100110 11100000 0 100010 1011 10 100111111 1011011 1010010

Color Harmonies of #FBA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6E0

Black with #FBA6E0

Text Example


Text Example

White with #FBA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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