Html Css Color HEX #FAB4F5 Lavender Rose

📋 copy color: '#FAB4F5'

red 250 ◦ green 180 ◦ blue 245

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

Shades of Lavender Rose #FAB4F5

Tints of Lavender Rose #FAB4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.3%

R = 37.04%
G = 26.67%
B = 36.3%

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

#FAB4F5 (or 0xFAB4F5) is known color: Lavender Rose. HEX triplet: FA, B4 and F5. RGB value is (250,180,245). Sum of RGB (Red+Green+Blue) = 250+180+245=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F5 is #054B0A. Grayscale: #D0D0D0. Windows color (decimal): -346891 or 16102650. OLE color: 16102650.

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

Color convert

RGB 250 180 245 -
CMYK 0 0.28 0.02 0.02
HSL 304.29º 0.88% 0.84% -
HSV(B) 304.29º 0.28% 0.98% -
XYZ 72.23 59.56 94.08 -
YUV 208.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 250 180 245 0 0.28 0.02 0.02 304.29 0.88 0.84
Hex FA B4 F5 0 1C 2 2 130 58 54
Octal 372 264 365 0 34 2 2 460 130 124
Binary 11111010 10110100 11110101 0 11100 10 10 100110000 1011000 1010100

Color Harmonies of #FAB4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4F5

Black with #FAB4F5

Text Example


Text Example

White with #FAB4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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