Html Css Color HEX #FAB0F2 Lavender Rose

📋 copy color: '#FAB0F2'

red 250 ◦ green 176 ◦ blue 242

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

Shades of Lavender Rose #FAB0F2

Tints of Lavender Rose #FAB0F2

RGB

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

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

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

R = 37.43%
G = 26.35%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB0F2 (or 0xFAB0F2) is known color: Lavender Rose. HEX triplet: FA, B0 and F2. RGB value is (250,176,242). Sum of RGB (Red+Green+Blue) = 250+176+242=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F2 is #054F0D. Grayscale: #CDCDCD. Windows color (decimal): -347918 or 15905018. OLE color: 15905018.

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

Color convert

RGB 250 176 242 -
CMYK 0 0.30 0.03 0.02
HSL 306.49º 0.88% 0.84% -
HSV(B) 306.49º 0.3% 0.98% -
XYZ 70.98 57.79 91.42 -
YUV 205.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 250 176 242 0 0.30 0.03 0.02 306.49 0.88 0.84
Hex FA B0 F2 0 1E 3 2 132 58 54
Octal 372 260 362 0 36 3 2 462 130 124
Binary 11111010 10110000 11110010 0 11110 11 10 100110010 1011000 1010100

Color Harmonies of #FAB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0F2

Black with #FAB0F2

Text Example


Text Example

White with #FAB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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