Html Css Color HEX #FBAED6 Lavender Pink

📋 copy color: '#FBAED6'

red 251 ◦ green 174 ◦ blue 214

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

Shades of Lavender Pink #FBAED6

Tints of Lavender Pink #FBAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 39.28%
G = 27.23%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBAED6 (or 0xFBAED6) is known color: Lavender Pink. HEX triplet: FB, AE and D6. RGB value is (251,174,214). Sum of RGB (Red+Green+Blue) = 251+174+214=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED6 is #045129. Grayscale: #C9C9C9. Windows color (decimal): -282922 or 14069499. OLE color: 14069499.

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

Color convert

RGB 251 174 214 -
CMYK 0 0.31 0.15 0.02
HSL 328.83º 0.91% 0.83% -
HSV(B) 328.83º 0.31% 0.98% -
XYZ 67.06 55.64 70.82 -
YUV 201.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 251 174 214 0 0.31 0.15 0.02 328.83 0.91 0.83
Hex FB AE D6 0 1F F 2 149 5B 53
Octal 373 256 326 0 37 17 2 511 133 123
Binary 11111011 10101110 11010110 0 11111 1111 10 101001001 1011011 1010011

Color Harmonies of #FBAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAED6

Black with #FBAED6

Text Example


Text Example

White with #FBAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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