Html Css Color HEX #FBAEDC Lavender Pink

📋 copy color: '#FBAEDC'

red 251 ◦ green 174 ◦ blue 220

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

Shades of Lavender Pink #FBAEDC

Tints of Lavender Pink #FBAEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 38.91%
G = 26.98%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBAEDC (or 0xFBAEDC) is known color: Lavender Pink. HEX triplet: FB, AE and DC. RGB value is (251,174,220). Sum of RGB (Red+Green+Blue) = 251+174+220=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDC is #045123. Grayscale: #CACACA. Windows color (decimal): -282916 or 14462715. OLE color: 14462715.

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

Color convert

RGB 251 174 220 -
CMYK 0 0.31 0.12 0.02
HSL 324.16º 0.91% 0.83% -
HSV(B) 324.16º 0.31% 0.98% -
XYZ 67.84 55.95 74.93 -
YUV 202.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 251 174 220 0 0.31 0.12 0.02 324.16 0.91 0.83
Hex FB AE DC 0 1F C 2 144 5B 53
Octal 373 256 334 0 37 14 2 504 133 123
Binary 11111011 10101110 11011100 0 11111 1100 10 101000100 1011011 1010011

Color Harmonies of #FBAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAEDC

Black with #FBAEDC

Text Example


Text Example

White with #FBAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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