Html Css Color HEX #FBAEF6 Lavender Rose

📋 copy color: '#FBAEF6'

red 251 ◦ green 174 ◦ blue 246

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

Shades of Lavender Rose #FBAEF6

Tints of Lavender Rose #FBAEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 37.41%
G = 25.93%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBAEF6 (or 0xFBAEF6) is known color: Lavender Rose. HEX triplet: FB, AE and F6. RGB value is (251,174,246). Sum of RGB (Red+Green+Blue) = 251+174+246=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF6 is #045109. Grayscale: #CDCDCD. Windows color (decimal): -282890 or 16166651. OLE color: 16166651.

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

Color convert

RGB 251 174 246 -
CMYK 0 0.31 0.02 0.02
HSL 303.9º 0.91% 0.83% -
HSV(B) 303.9º 0.31% 0.98% -
XYZ 71.55 57.44 94.5 -
YUV 205.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 251 174 246 0 0.31 0.02 0.02 303.9 0.91 0.83
Hex FB AE F6 0 1F 2 2 130 5B 53
Octal 373 256 366 0 37 2 2 460 133 123
Binary 11111011 10101110 11110110 0 11111 10 10 100110000 1011011 1010011

Color Harmonies of #FBAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEF6

Black with #FBAEF6

Text Example


Text Example

White with #FBAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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