Html Css Color HEX #FBA6E1 Lavender Rose

📋 copy color: '#FBA6E1'

red 251 ◦ green 166 ◦ blue 225

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

Shades of Lavender Rose #FBA6E1

Tints of Lavender Rose #FBA6E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 39.1%
G = 25.86%
B = 35.05%

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

#FBA6E1 (or 0xFBA6E1) is known color: Lavender Rose. HEX triplet: FB, A6 and E1. RGB value is (251,166,225). Sum of RGB (Red+Green+Blue) = 251+166+225=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E1 is #04591E. Grayscale: #C5C5C5. Windows color (decimal): -284959 or 14788347. OLE color: 14788347.

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

Color convert

RGB 251 166 225 -
CMYK 0 0.34 0.10 0.02
HSL 318.35º 0.91% 0.82% -
HSV(B) 318.35º 0.34% 0.98% -
XYZ 67.01 53.22 77.97 -
YUV 198.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 251 166 225 0 0.34 0.10 0.02 318.35 0.91 0.82
Hex FB A6 E1 0 22 A 2 13E 5B 52
Octal 373 246 341 0 42 12 2 476 133 122
Binary 11111011 10100110 11100001 0 100010 1010 10 100111110 1011011 1010010

Color Harmonies of #FBA6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6E1

Black with #FBA6E1

Text Example


Text Example

White with #FBA6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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