Html Css Color HEX #FBABEB Lavender Rose

📋 copy color: '#FBABEB'

red 251 ◦ green 171 ◦ blue 235

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

Shades of Lavender Rose #FBABEB

Tints of Lavender Rose #FBABEB

RGB

 RED value IS 251 (98.44% from 255) = 38.2%

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

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

R = 38.2%
G = 26.03%
B = 35.77%

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

#FBABEB (or 0xFBABEB) is known color: Lavender Rose. HEX triplet: FB, AB and EB. RGB value is (251,171,235). Sum of RGB (Red+Green+Blue) = 251+171+235=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABEB is #045414. Grayscale: #CACACA. Windows color (decimal): -283669 or 15444987. OLE color: 15444987.

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

Color convert

RGB 251 171 235 -
CMYK 0 0.32 0.06 0.02
HSL 312º 0.91% 0.83% -
HSV(B) 312º 0.32% 0.98% -
XYZ 69.34 55.63 85.68 -
YUV 202.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 251 171 235 0 0.32 0.06 0.02 312 0.91 0.83
Hex FB AB EB 0 20 6 2 138 5B 53
Octal 373 253 353 0 40 6 2 470 133 123
Binary 11111011 10101011 11101011 0 100000 110 10 100111000 1011011 1010011

Color Harmonies of #FBABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABEB

Black with #FBABEB

Text Example


Text Example

White with #FBABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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