Html Css Color HEX #FAB0F0 Lavender Rose

📋 copy color: '#FAB0F0'

red 250 ◦ green 176 ◦ blue 240

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

Shades of Lavender Rose #FAB0F0

Tints of Lavender Rose #FAB0F0

RGB

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

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

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

R = 37.54%
G = 26.43%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB0F0 (or 0xFAB0F0) is known color: Lavender Rose. HEX triplet: FA, B0 and F0. RGB value is (250,176,240). Sum of RGB (Red+Green+Blue) = 250+176+240=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F0 is #054F0F. Grayscale: #CDCDCD. Windows color (decimal): -347920 or 15773946. OLE color: 15773946.

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

Color convert

RGB 250 176 240 -
CMYK 0 0.30 0.04 0.02
HSL 308.11º 0.88% 0.84% -
HSV(B) 308.11º 0.3% 0.98% -
XYZ 70.68 57.67 89.84 -
YUV 205.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 250 176 240 0 0.30 0.04 0.02 308.11 0.88 0.84
Hex FA B0 F0 0 1E 4 2 134 58 54
Octal 372 260 360 0 36 4 2 464 130 124
Binary 11111010 10110000 11110000 0 11110 100 10 100110100 1011000 1010100

Color Harmonies of #FAB0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0F0

Black with #FAB0F0

Text Example


Text Example

White with #FAB0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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