Html Css Color HEX #FABAED Lavender Rose

📋 copy color: '#FABAED'

red 250 ◦ green 186 ◦ blue 237

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

Shades of Lavender Rose #FABAED

Tints of Lavender Rose #FABAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.22%

R = 37.15%
G = 27.64%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FABAED (or 0xFABAED) is known color: Lavender Rose. HEX triplet: FA, BA and ED. RGB value is (250,186,237). Sum of RGB (Red+Green+Blue) = 250+186+237=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAED is #054512. Grayscale: #D2D2D2. Windows color (decimal): -345363 or 15579898. OLE color: 15579898.

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

Color convert

RGB 250 186 237 -
CMYK 0 0.26 0.05 0.02
HSL 312.19º 0.86% 0.85% -
HSV(B) 312.19º 0.26% 0.98% -
XYZ 72.27 61.56 88.19 -
YUV 210.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 250 186 237 0 0.26 0.05 0.02 312.19 0.86 0.85
Hex FA BA ED 0 1A 5 2 138 56 55
Octal 372 272 355 0 32 5 2 470 126 125
Binary 11111010 10111010 11101101 0 11010 101 10 100111000 1010110 1010101

Color Harmonies of #FABAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAED

Black with #FABAED

Text Example


Text Example

White with #FABAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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