Html Css Color HEX #FAB3F2 Lavender Rose

📋 copy color: '#FAB3F2'

red 250 ◦ green 179 ◦ blue 242

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

Shades of Lavender Rose #FAB3F2

Tints of Lavender Rose #FAB3F2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.68%

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

R = 37.26%
G = 26.68%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB3F2 (or 0xFAB3F2) is known color: Lavender Rose. HEX triplet: FA, B3 and F2. RGB value is (250,179,242). Sum of RGB (Red+Green+Blue) = 250+179+242=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F2 is #054C0D. Grayscale: #CFCFCF. Windows color (decimal): -347150 or 15905786. OLE color: 15905786.

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

Color convert

RGB 250 179 242 -
CMYK 0 0.28 0.03 0.02
HSL 306.76º 0.88% 0.84% -
HSV(B) 306.76º 0.28% 0.98% -
XYZ 71.57 58.98 91.62 -
YUV 207.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 250 179 242 0 0.28 0.03 0.02 306.76 0.88 0.84
Hex FA B3 F2 0 1C 3 2 133 58 54
Octal 372 263 362 0 34 3 2 463 130 124
Binary 11111010 10110011 11110010 0 11100 11 10 100110011 1011000 1010100

Color Harmonies of #FAB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3F2

Black with #FAB3F2

Text Example


Text Example

White with #FAB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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