Html Css Color HEX #FBA6F2 Lavender Rose

📋 copy color: '#FBA6F2'

red 251 ◦ green 166 ◦ blue 242

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

Shades of Lavender Rose #FBA6F2

Tints of Lavender Rose #FBA6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 38.09%
G = 25.19%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA6F2 (or 0xFBA6F2) is known color: Lavender Rose. HEX triplet: FB, A6 and F2. RGB value is (251,166,242). Sum of RGB (Red+Green+Blue) = 251+166+242=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6F2 is #04590D. Grayscale: #C7C7C7. Windows color (decimal): -284942 or 15902459. OLE color: 15902459.

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

Color convert

RGB 251 166 242 -
CMYK 0 0.34 0.04 0.02
HSL 306.35º 0.91% 0.82% -
HSV(B) 306.35º 0.34% 0.98% -
XYZ 69.45 54.19 90.8 -
YUV 200.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 251 166 242 0 0.34 0.04 0.02 306.35 0.91 0.82
Hex FB A6 F2 0 22 4 2 132 5B 52
Octal 373 246 362 0 42 4 2 462 133 122
Binary 11111011 10100110 11110010 0 100010 100 10 100110010 1011011 1010010

Color Harmonies of #FBA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6F2

Black with #FBA6F2

Text Example


Text Example

White with #FBA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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