Html Css Color HEX #FAB3EC Lavender Rose

📋 copy color: '#FAB3EC'

red 250 ◦ green 179 ◦ blue 236

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

Shades of Lavender Rose #FAB3EC

Tints of Lavender Rose #FAB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.92%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 37.59%
G = 26.92%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAB3EC (or 0xFAB3EC) is known color: Lavender Rose. HEX triplet: FA, B3 and EC. RGB value is (250,179,236). Sum of RGB (Red+Green+Blue) = 250+179+236=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3EC is #054C13. Grayscale: #CECECE. Windows color (decimal): -347156 or 15512570. OLE color: 15512570.

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

Color convert

RGB 250 179 236 -
CMYK 0 0.28 0.06 0.02
HSL 311.83º 0.88% 0.84% -
HSV(B) 311.83º 0.28% 0.98% -
XYZ 70.68 58.62 86.95 -
YUV 206.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 250 179 236 0 0.28 0.06 0.02 311.83 0.88 0.84
Hex FA B3 EC 0 1C 6 2 138 58 54
Octal 372 263 354 0 34 6 2 470 130 124
Binary 11111010 10110011 11101100 0 11100 110 10 100111000 1011000 1010100

Color Harmonies of #FAB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3EC

Black with #FAB3EC

Text Example


Text Example

White with #FAB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3EC; }

 p { color: rgb(250,179,236); }

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

background-color css

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

 a { background-color: rgb(250,179,236); }

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

border-color css

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

 span { border-color: rgb(250,179,236); }

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