Html Css Color HEX #FAB4F0 Lavender Rose

📋 copy color: '#FAB4F0'

red 250 ◦ green 180 ◦ blue 240

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

Shades of Lavender Rose #FAB4F0

Tints of Lavender Rose #FAB4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.82%

R = 37.31%
G = 26.87%
B = 35.82%

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

#FAB4F0 (or 0xFAB4F0) is known color: Lavender Rose. HEX triplet: FA, B4 and F0. RGB value is (250,180,240). Sum of RGB (Red+Green+Blue) = 250+180+240=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F0 is #054B0F. Grayscale: #CFCFCF. Windows color (decimal): -346896 or 15774970. OLE color: 15774970.

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

Color convert

RGB 250 180 240 -
CMYK 0 0.28 0.04 0.02
HSL 308.57º 0.88% 0.84% -
HSV(B) 308.57º 0.28% 0.98% -
XYZ 71.47 59.26 90.11 -
YUV 207.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 250 180 240 0 0.28 0.04 0.02 308.57 0.88 0.84
Hex FA B4 F0 0 1C 4 2 135 58 54
Octal 372 264 360 0 34 4 2 465 130 124
Binary 11111010 10110100 11110000 0 11100 100 10 100110101 1011000 1010100

Color Harmonies of #FAB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4F0

Black with #FAB4F0

Text Example


Text Example

White with #FAB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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