Html Css Color HEX #FAB4F3 Lavender Rose

📋 copy color: '#FAB4F3'

red 250 ◦ green 180 ◦ blue 243

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

Shades of Lavender Rose #FAB4F3

Tints of Lavender Rose #FAB4F3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.75%

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 37.15%
G = 26.75%
B = 36.11%

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

#FAB4F3 (or 0xFAB4F3) is known color: Lavender Rose. HEX triplet: FA, B4 and F3. RGB value is (250,180,243). Sum of RGB (Red+Green+Blue) = 250+180+243=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F3 is #054B0C. Grayscale: #CFCFCF. Windows color (decimal): -346893 or 15971578. OLE color: 15971578.

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

Color convert

RGB 250 180 243 -
CMYK 0 0.28 0.03 0.02
HSL 306º 0.88% 0.84% -
HSV(B) 306º 0.28% 0.98% -
XYZ 71.92 59.44 92.48 -
YUV 208.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 250 180 243 0 0.28 0.03 0.02 306 0.88 0.84
Hex FA B4 F3 0 1C 3 2 132 58 54
Octal 372 264 363 0 34 3 2 462 130 124
Binary 11111010 10110100 11110011 0 11100 11 10 100110010 1011000 1010100

Color Harmonies of #FAB4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4F3

Black with #FAB4F3

Text Example


Text Example

White with #FAB4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4F3; }

 p { color: rgb(250,180,243); }

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

background-color css

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

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

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

border-color css

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

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

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