Html Css Color HEX #FAABEB Lavender Rose

📋 copy color: '#FAABEB'

red 250 ◦ green 171 ◦ blue 235

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

Shades of Lavender Rose #FAABEB

Tints of Lavender Rose #FAABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.07%

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 38.11%
G = 26.07%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAABEB (or 0xFAABEB) is known color: Lavender Rose. HEX triplet: FA, AB and EB. RGB value is (250,171,235). Sum of RGB (Red+Green+Blue) = 250+171+235=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABEB is #055414. Grayscale: #C9C9C9. Windows color (decimal): -349205 or 15444986. OLE color: 15444986.

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

Color convert

RGB 250 171 235 -
CMYK 0 0.32 0.06 0.02
HSL 311.39º 0.89% 0.83% -
HSV(B) 311.39º 0.32% 0.98% -
XYZ 68.98 55.45 85.66 -
YUV 201.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 250 171 235 0 0.32 0.06 0.02 311.39 0.89 0.83
Hex FA AB EB 0 20 6 2 137 59 53
Octal 372 253 353 0 40 6 2 467 131 123
Binary 11111010 10101011 11101011 0 100000 110 10 100110111 1011001 1010011

Color Harmonies of #FAABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABEB

Black with #FAABEB

Text Example


Text Example

White with #FAABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABEB; }

 p { color: rgb(250,171,235); }

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

background-color css

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

 a { background-color: rgb(250,171,235); }

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

border-color css

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

 span { border-color: rgb(250,171,235); }

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