Html Css Color HEX #FAB7F1 Lavender Rose

📋 copy color: '#FAB7F1'

red 250 ◦ green 183 ◦ blue 241

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

Shades of Lavender Rose #FAB7F1

Tints of Lavender Rose #FAB7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.76%

R = 37.09%
G = 27.15%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB7F1 (or 0xFAB7F1) is known color: Lavender Rose. HEX triplet: FA, B7 and F1. RGB value is (250,183,241). Sum of RGB (Red+Green+Blue) = 250+183+241=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F1 is #05480E. Grayscale: #D1D1D1. Windows color (decimal): -346127 or 15841274. OLE color: 15841274.

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

Color convert

RGB 250 183 241 -
CMYK 0 0.27 0.04 0.02
HSL 308.06º 0.87% 0.85% -
HSV(B) 308.06º 0.27% 0.98% -
XYZ 72.24 60.54 91.1 -
YUV 209.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 250 183 241 0 0.27 0.04 0.02 308.06 0.87 0.85
Hex FA B7 F1 0 1B 4 2 134 57 55
Octal 372 267 361 0 33 4 2 464 127 125
Binary 11111010 10110111 11110001 0 11011 100 10 100110100 1010111 1010101

Color Harmonies of #FAB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7F1

Black with #FAB7F1

Text Example


Text Example

White with #FAB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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