Html Css Color HEX #FABAE6 Lavender Rose

📋 copy color: '#FABAE6'

red 250 ◦ green 186 ◦ blue 230

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

Shades of Lavender Rose #FABAE6

Tints of Lavender Rose #FABAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.93%

 BLUE value IS 230 (90.23% from 255) = 34.53%

R = 37.54%
G = 27.93%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FABAE6 (or 0xFABAE6) is known color: Lavender Rose. HEX triplet: FA, BA and E6. RGB value is (250,186,230). Sum of RGB (Red+Green+Blue) = 250+186+230=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAE6 is #054519. Grayscale: #D2D2D2. Windows color (decimal): -345370 or 15121146. OLE color: 15121146.

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

Color convert

RGB 250 186 230 -
CMYK 0 0.26 0.08 0.02
HSL 318.75º 0.86% 0.85% -
HSV(B) 318.75º 0.26% 0.98% -
XYZ 71.27 61.15 82.91 -
YUV 210.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 250 186 230 0 0.26 0.08 0.02 318.75 0.86 0.85
Hex FA BA E6 0 1A 8 2 13F 56 55
Octal 372 272 346 0 32 10 2 477 126 125
Binary 11111010 10111010 11100110 0 11010 1000 10 100111111 1010110 1010101

Color Harmonies of #FABAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAE6

Black with #FABAE6

Text Example


Text Example

White with #FABAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAE6; }

 p { color: rgb(250,186,230); }

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

background-color css

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

 a { background-color: rgb(250,186,230); }

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

border-color css

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

 span { border-color: rgb(250,186,230); }

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