Html Css Color HEX #FAB0FA Lavender Rose

📋 copy color: '#FAB0FA'

red 250 ◦ green 176 ◦ blue 250

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

Shades of Lavender Rose #FAB0FA

Tints of Lavender Rose #FAB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 36.98%
G = 26.04%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAB0FA (or 0xFAB0FA) is known color: Lavender Rose. HEX triplet: FA, B0 and FA. RGB value is (250,176,250). Sum of RGB (Red+Green+Blue) = 250+176+250=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0FA is #054F05. Grayscale: #CECECE. Windows color (decimal): -347910 or 16429306. OLE color: 16429306.

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

Color convert

RGB 250 176 250 -
CMYK 0 0.30 0 0.02
HSL 300º 0.88% 0.84% -
HSV(B) 300º 0.3% 0.98% -
XYZ 72.2 58.28 97.89 -
YUV 206.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 250 176 250 0 0.30 0 0.02 300 0.88 0.84
Hex FA B0 FA 0 1E 0 2 12C 58 54
Octal 372 260 372 0 36 0 2 454 130 124
Binary 11111010 10110000 11111010 0 11110 0 10 100101100 1011000 1010100

Color Harmonies of #FAB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0FA

Black with #FAB0FA

Text Example


Text Example

White with #FAB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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