Html Css Color HEX #FAB6EC Lavender Rose

📋 copy color: '#FAB6EC'

red 250 ◦ green 182 ◦ blue 236

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

Shades of Lavender Rose #FAB6EC

Tints of Lavender Rose #FAB6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.25%

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

R = 37.43%
G = 27.25%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAB6EC (or 0xFAB6EC) is known color: Lavender Rose. HEX triplet: FA, B6 and EC. RGB value is (250,182,236). Sum of RGB (Red+Green+Blue) = 250+182+236=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EC is #054913. Grayscale: #D0D0D0. Windows color (decimal): -346388 or 15513338. OLE color: 15513338.

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

Color convert

RGB 250 182 236 -
CMYK 0 0.27 0.06 0.02
HSL 312.35º 0.87% 0.85% -
HSV(B) 312.35º 0.27% 0.98% -
XYZ 71.29 59.84 87.15 -
YUV 208.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 250 182 236 0 0.27 0.06 0.02 312.35 0.87 0.85
Hex FA B6 EC 0 1B 6 2 138 57 55
Octal 372 266 354 0 33 6 2 470 127 125
Binary 11111010 10110110 11101100 0 11011 110 10 100111000 1010111 1010101

Color Harmonies of #FAB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6EC

Black with #FAB6EC

Text Example


Text Example

White with #FAB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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