Html Css Color HEX #FBAEE1 Lavender Rose

📋 copy color: '#FBAEE1'

red 251 ◦ green 174 ◦ blue 225

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

Shades of Lavender Rose #FBAEE1

Tints of Lavender Rose #FBAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.77%

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 38.62%
G = 26.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBAEE1 (or 0xFBAEE1) is known color: Lavender Rose. HEX triplet: FB, AE and E1. RGB value is (251,174,225). Sum of RGB (Red+Green+Blue) = 251+174+225=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEE1 is #04511E. Grayscale: #CACACA. Windows color (decimal): -282911 or 14790395. OLE color: 14790395.

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

Color convert

RGB 251 174 225 -
CMYK 0 0.31 0.10 0.02
HSL 320.26º 0.91% 0.83% -
HSV(B) 320.26º 0.31% 0.98% -
XYZ 68.51 56.22 78.47 -
YUV 202.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 251 174 225 0 0.31 0.10 0.02 320.26 0.91 0.83
Hex FB AE E1 0 1F A 2 140 5B 53
Octal 373 256 341 0 37 12 2 500 133 123
Binary 11111011 10101110 11100001 0 11111 1010 10 101000000 1011011 1010011

Color Harmonies of #FBAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEE1

Black with #FBAEE1

Text Example


Text Example

White with #FBAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEE1; }

 p { color: rgb(251,174,225); }

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

background-color css

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

 a { background-color: rgb(251,174,225); }

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

border-color css

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

 span { border-color: rgb(251,174,225); }

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