Html Css Color HEX #FAB7F5 Lavender Rose

📋 copy color: '#FAB7F5'

red 250 ◦ green 183 ◦ blue 245

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

Shades of Lavender Rose #FAB7F5

Tints of Lavender Rose #FAB7F5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.99%

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

R = 36.87%
G = 26.99%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAB7F5 (or 0xFAB7F5) is known color: Lavender Rose. HEX triplet: FA, B7 and F5. RGB value is (250,183,245). Sum of RGB (Red+Green+Blue) = 250+183+245=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F5 is #05480A. Grayscale: #D1D1D1. Windows color (decimal): -346123 or 16103418. OLE color: 16103418.

HSL color Cylindrical-coordinate representation of color #FAB7F5: hue angle of 304.48º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7F5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 245 -
CMYK 0 0.27 0.02 0.02
HSL 304.48º 0.87% 0.85% -
HSV(B) 304.48º 0.27% 0.98% -
XYZ 72.84 60.78 94.28 -
YUV 210.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 250 183 245 0 0.27 0.02 0.02 304.48 0.87 0.85
Hex FA B7 F5 0 1B 2 2 130 57 55
Octal 372 267 365 0 33 2 2 460 127 125
Binary 11111010 10110111 11110101 0 11011 10 10 100110000 1010111 1010101

Color Harmonies of #FAB7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7F5

Black with #FAB7F5

Text Example


Text Example

White with #FAB7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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