Html Css Color HEX #FBAEFE Lavender Rose

📋 copy color: '#FBAEFE'

red 251 ◦ green 174 ◦ blue 254

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

Shades of Lavender Rose #FBAEFE

Tints of Lavender Rose #FBAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 36.97%
G = 25.63%
B = 37.41%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBAEFE (or 0xFBAEFE) is known color: Lavender Rose. HEX triplet: FB, AE and FE. RGB value is (251,174,254). Sum of RGB (Red+Green+Blue) = 251+174+254=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 174 (68.36% from 255 or 25.63% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFE is #045101. Grayscale: #CDCDCD. Windows color (decimal): -282882 or 16690939. OLE color: 16690939.

HSL color Cylindrical-coordinate representation of color #FBAEFE: hue angle of 297.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEFE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 174 254 -
CMYK 0.01 0.31 0 0.00
HSL 297.75º 0.98% 0.84% -
HSV(B) 297.75º 0.31% 1% -
XYZ 72.81 57.94 101.11 -
YUV 206.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 251 174 254 0.01 0.31 0 0.00 297.75 0.98 0.84
Hex FB AE FE 1 1F 0 0 12A 62 54
Octal 373 256 376 1 37 0 0 452 142 124
Binary 11111011 10101110 11111110 1 11111 0 0 100101010 1100010 1010100

Color Harmonies of #FBAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEFE

Black with #FBAEFE

Text Example


Text Example

White with #FBAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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