Html Css Color HEX #FAB0F6 Lavender Rose

📋 copy color: '#FAB0F6'

red 250 ◦ green 176 ◦ blue 246

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

Shades of Lavender Rose #FAB0F6

Tints of Lavender Rose #FAB0F6

RGB

 RED value IS 250 (98.05% from 255) = 37.2%

 GREEN value IS 176 (69.14% from 255) = 26.19%

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 37.2%
G = 26.19%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAB0F6 (or 0xFAB0F6) is known color: Lavender Rose. HEX triplet: FA, B0 and F6. RGB value is (250,176,246). Sum of RGB (Red+Green+Blue) = 250+176+246=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 176 (69.14% from 255 or 26.19% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F6 is #054F09. Grayscale: #CDCDCD. Windows color (decimal): -347914 or 16167162. OLE color: 16167162.

HSL color Cylindrical-coordinate representation of color #FAB0F6: hue angle of 303.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0F6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 246 -
CMYK 0 0.30 0.02 0.02
HSL 303.24º 0.88% 0.84% -
HSV(B) 303.24º 0.3% 0.98% -
XYZ 71.58 58.03 94.62 -
YUV 206.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 250 176 246 0 0.30 0.02 0.02 303.24 0.88 0.84
Hex FA B0 F6 0 1E 2 2 12F 58 54
Octal 372 260 366 0 36 2 2 457 130 124
Binary 11111010 10110000 11110110 0 11110 10 10 100101111 1011000 1010100

Color Harmonies of #FAB0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0F6

Black with #FAB0F6

Text Example


Text Example

White with #FAB0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0F6; }

 p { color: rgb(250,176,246); }

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

background-color css

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

 a { background-color: rgb(250,176,246); }

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

border-color css

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

 span { border-color: rgb(250,176,246); }

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