Html Css Color HEX #FAB3F4 Lavender Rose

📋 copy color: '#FAB3F4'

red 250 ◦ green 179 ◦ blue 244

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

Shades of Lavender Rose #FAB3F4

Tints of Lavender Rose #FAB3F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.26%

R = 37.15%
G = 26.6%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAB3F4 (or 0xFAB3F4) is known color: Lavender Rose. HEX triplet: FA, B3 and F4. RGB value is (250,179,244). Sum of RGB (Red+Green+Blue) = 250+179+244=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F4 is #054C0B. Grayscale: #CFCFCF. Windows color (decimal): -347148 or 16036858. OLE color: 16036858.

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

Color convert

RGB 250 179 244 -
CMYK 0 0.28 0.02 0.02
HSL 305.07º 0.88% 0.84% -
HSV(B) 305.07º 0.28% 0.98% -
XYZ 71.87 59.1 93.21 -
YUV 207.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 250 179 244 0 0.28 0.02 0.02 305.07 0.88 0.84
Hex FA B3 F4 0 1C 2 2 131 58 54
Octal 372 263 364 0 34 2 2 461 130 124
Binary 11111010 10110011 11110100 0 11100 10 10 100110001 1011000 1010100

Color Harmonies of #FAB3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3F4

Black with #FAB3F4

Text Example


Text Example

White with #FAB3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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