Html Css Color HEX #FABAEE Lavender Rose

📋 copy color: '#FABAEE'

red 250 ◦ green 186 ◦ blue 238

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

Shades of Lavender Rose #FABAEE

Tints of Lavender Rose #FABAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.31%

R = 37.09%
G = 27.6%
B = 35.31%

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

#FABAEE (or 0xFABAEE) is known color: Lavender Rose. HEX triplet: FA, BA and EE. RGB value is (250,186,238). Sum of RGB (Red+Green+Blue) = 250+186+238=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAEE is #054511. Grayscale: #D2D2D2. Windows color (decimal): -345362 or 15645434. OLE color: 15645434.

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

Color convert

RGB 250 186 238 -
CMYK 0 0.26 0.05 0.02
HSL 311.25º 0.86% 0.85% -
HSV(B) 311.25º 0.26% 0.98% -
XYZ 72.42 61.61 88.97 -
YUV 211.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 250 186 238 0 0.26 0.05 0.02 311.25 0.86 0.85
Hex FA BA EE 0 1A 5 2 137 56 55
Octal 372 272 356 0 32 5 2 467 126 125
Binary 11111010 10111010 11101110 0 11010 101 10 100110111 1010110 1010101

Color Harmonies of #FABAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAEE

Black with #FABAEE

Text Example


Text Example

White with #FABAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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