Html Css Color HEX #FBAED5 Lavender Pink

📋 copy color: '#FBAED5'

red 251 ◦ green 174 ◦ blue 213

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

Shades of Lavender Pink #FBAED5

Tints of Lavender Pink #FBAED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.39%

R = 39.34%
G = 27.27%
B = 33.39%

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

#FBAED5 (or 0xFBAED5) is known color: Lavender Pink. HEX triplet: FB, AE and D5. RGB value is (251,174,213). Sum of RGB (Red+Green+Blue) = 251+174+213=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED5 is #04512A. Grayscale: #C9C9C9. Windows color (decimal): -282923 or 14003963. OLE color: 14003963.

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

Color convert

RGB 251 174 213 -
CMYK 0 0.31 0.15 0.02
HSL 329.61º 0.91% 0.83% -
HSV(B) 329.61º 0.31% 0.98% -
XYZ 66.93 55.59 70.15 -
YUV 201.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 251 174 213 0 0.31 0.15 0.02 329.61 0.91 0.83
Hex FB AE D5 0 1F F 2 14A 5B 53
Octal 373 256 325 0 37 17 2 512 133 123
Binary 11111011 10101110 11010101 0 11111 1111 10 101001010 1011011 1010011

Color Harmonies of #FBAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAED5

Black with #FBAED5

Text Example


Text Example

White with #FBAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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