Html Css Color HEX #FBAEEA Lavender Rose

📋 copy color: '#FBAEEA'

red 251 ◦ green 174 ◦ blue 234

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

Shades of Lavender Rose #FBAEEA

Tints of Lavender Rose #FBAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 38.09%
G = 26.4%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBAEEA (or 0xFBAEEA) is known color: Lavender Rose. HEX triplet: FB, AE and EA. RGB value is (251,174,234). Sum of RGB (Red+Green+Blue) = 251+174+234=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEEA is #045115. Grayscale: #CBCBCB. Windows color (decimal): -282902 or 15380219. OLE color: 15380219.

HSL color Cylindrical-coordinate representation of color #FBAEEA: hue angle of 313.25º 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 #FBAEEA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 174 234 -
CMYK 0 0.31 0.07 0.02
HSL 313.25º 0.91% 0.83% -
HSV(B) 313.25º 0.31% 0.98% -
XYZ 69.77 56.72 85.11 -
YUV 203.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 251 174 234 0 0.31 0.07 0.02 313.25 0.91 0.83
Hex FB AE EA 0 1F 7 2 139 5B 53
Octal 373 256 352 0 37 7 2 471 133 123
Binary 11111011 10101110 11101010 0 11111 111 10 100111001 1011011 1010011

Color Harmonies of #FBAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEEA

Black with #FBAEEA

Text Example


Text Example

White with #FBAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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