Html Css Color HEX #FAB8EB Lavender Rose

📋 copy color: '#FAB8EB'

red 250 ◦ green 184 ◦ blue 235

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

Shades of Lavender Rose #FAB8EB

Tints of Lavender Rose #FAB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.5%

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

R = 37.37%
G = 27.5%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAB8EB (or 0xFAB8EB) is known color: Lavender Rose. HEX triplet: FA, B8 and EB. RGB value is (250,184,235). Sum of RGB (Red+Green+Blue) = 250+184+235=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8EB is #054714. Grayscale: #D1D1D1. Windows color (decimal): -345877 or 15448314. OLE color: 15448314.

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

Color convert

RGB 250 184 235 -
CMYK 0 0.26 0.06 0.02
HSL 313.64º 0.87% 0.85% -
HSV(B) 313.64º 0.26% 0.98% -
XYZ 71.56 60.6 86.52 -
YUV 209.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 250 184 235 0 0.26 0.06 0.02 313.64 0.87 0.85
Hex FA B8 EB 0 1A 6 2 13A 57 55
Octal 372 270 353 0 32 6 2 472 127 125
Binary 11111010 10111000 11101011 0 11010 110 10 100111010 1010111 1010101

Color Harmonies of #FAB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8EB

Black with #FAB8EB

Text Example


Text Example

White with #FAB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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