Html Css Color HEX #FBAEF2 Lavender Rose

📋 copy color: '#FBAEF2'

red 251 ◦ green 174 ◦ blue 242

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

Shades of Lavender Rose #FBAEF2

Tints of Lavender Rose #FBAEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.28%

R = 37.63%
G = 26.09%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBAEF2 (or 0xFBAEF2) is known color: Lavender Rose. HEX triplet: FB, AE and F2. RGB value is (251,174,242). Sum of RGB (Red+Green+Blue) = 251+174+242=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF2 is #04510D. Grayscale: #CCCCCC. Windows color (decimal): -282894 or 15904507. OLE color: 15904507.

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

Color convert

RGB 251 174 242 -
CMYK 0 0.31 0.04 0.02
HSL 307.01º 0.91% 0.83% -
HSV(B) 307.01º 0.31% 0.98% -
XYZ 70.95 57.19 91.3 -
YUV 204.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 251 174 242 0 0.31 0.04 0.02 307.01 0.91 0.83
Hex FB AE F2 0 1F 4 2 133 5B 53
Octal 373 256 362 0 37 4 2 463 133 123
Binary 11111011 10101110 11110010 0 11111 100 10 100110011 1011011 1010011

Color Harmonies of #FBAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEF2

Black with #FBAEF2

Text Example


Text Example

White with #FBAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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