Html Css Color HEX #FAB4F1 Lavender Rose

📋 copy color: '#FAB4F1'

red 250 ◦ green 180 ◦ blue 241

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

Shades of Lavender Rose #FAB4F1

Tints of Lavender Rose #FAB4F1

RGB

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

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

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

R = 37.26%
G = 26.83%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB4F1 (or 0xFAB4F1) is known color: Lavender Rose. HEX triplet: FA, B4 and F1. RGB value is (250,180,241). Sum of RGB (Red+Green+Blue) = 250+180+241=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F1 is #054B0E. Grayscale: #CFCFCF. Windows color (decimal): -346895 or 15840506. OLE color: 15840506.

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

Color convert

RGB 250 180 241 -
CMYK 0 0.28 0.04 0.02
HSL 307.71º 0.88% 0.84% -
HSV(B) 307.71º 0.28% 0.98% -
XYZ 71.62 59.32 90.89 -
YUV 207.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 250 180 241 0 0.28 0.04 0.02 307.71 0.88 0.84
Hex FA B4 F1 0 1C 4 2 134 58 54
Octal 372 264 361 0 34 4 2 464 130 124
Binary 11111010 10110100 11110001 0 11100 100 10 100110100 1011000 1010100

Color Harmonies of #FAB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4F1

Black with #FAB4F1

Text Example


Text Example

White with #FAB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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