Html Css Color HEX #FBAED4 Lavender Pink

📋 copy color: '#FBAED4'

red 251 ◦ green 174 ◦ blue 212

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

Shades of Lavender Pink #FBAED4

Tints of Lavender Pink #FBAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 39.4%
G = 27.32%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBAED4 (or 0xFBAED4) is known color: Lavender Pink. HEX triplet: FB, AE and D4. RGB value is (251,174,212). Sum of RGB (Red+Green+Blue) = 251+174+212=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED4 is #04512B. Grayscale: #C9C9C9. Windows color (decimal): -282924 or 13938427. OLE color: 13938427.

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

Color convert

RGB 251 174 212 -
CMYK 0 0.31 0.16 0.02
HSL 330.39º 0.91% 0.83% -
HSV(B) 330.39º 0.31% 0.98% -
XYZ 66.8 55.53 69.49 -
YUV 201.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 251 174 212 0 0.31 0.16 0.02 330.39 0.91 0.83
Hex FB AE D4 0 1F 10 2 14A 5B 53
Octal 373 256 324 0 37 20 2 512 133 123
Binary 11111011 10101110 11010100 0 11111 10000 10 101001010 1011011 1010011

Color Harmonies of #FBAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAED4

Black with #FBAED4

Text Example


Text Example

White with #FBAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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