Html Css Color HEX #FBA6F0 Lavender Rose

📋 copy color: '#FBA6F0'

red 251 ◦ green 166 ◦ blue 240

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

Shades of Lavender Rose #FBA6F0

Tints of Lavender Rose #FBA6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 38.2%
G = 25.27%
B = 36.53%

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

#FBA6F0 (or 0xFBA6F0) is known color: Lavender Rose. HEX triplet: FB, A6 and F0. RGB value is (251,166,240). Sum of RGB (Red+Green+Blue) = 251+166+240=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6F0 is #04590F. Grayscale: #C7C7C7. Windows color (decimal): -284944 or 15771387. OLE color: 15771387.

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

Color convert

RGB 251 166 240 -
CMYK 0 0.34 0.04 0.02
HSL 307.76º 0.91% 0.82% -
HSV(B) 307.76º 0.34% 0.98% -
XYZ 69.15 54.07 89.23 -
YUV 199.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 251 166 240 0 0.34 0.04 0.02 307.76 0.91 0.82
Hex FB A6 F0 0 22 4 2 134 5B 52
Octal 373 246 360 0 42 4 2 464 133 122
Binary 11111011 10100110 11110000 0 100010 100 10 100110100 1011011 1010010

Color Harmonies of #FBA6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6F0

Black with #FBA6F0

Text Example


Text Example

White with #FBA6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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