Html Css Color HEX #FBAADF Lavender Rose

📋 copy color: '#FBAADF'

red 251 ◦ green 170 ◦ blue 223

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

Shades of Lavender Rose #FBAADF

Tints of Lavender Rose #FBAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.4%

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 38.98%
G = 26.4%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBAADF (or 0xFBAADF) is known color: Lavender Rose. HEX triplet: FB, AA and DF. RGB value is (251,170,223). Sum of RGB (Red+Green+Blue) = 251+170+223=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADF is #045520. Grayscale: #C8C8C8. Windows color (decimal): -283937 or 14658299. OLE color: 14658299.

HSL color Cylindrical-coordinate representation of color #FBAADF: hue angle of 320.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAADF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 170 223 -
CMYK 0 0.32 0.11 0.02
HSL 320.74º 0.91% 0.83% -
HSV(B) 320.74º 0.32% 0.98% -
XYZ 67.48 54.59 76.79 -
YUV 200.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 251 170 223 0 0.32 0.11 0.02 320.74 0.91 0.83
Hex FB AA DF 0 20 B 2 141 5B 53
Octal 373 252 337 0 40 13 2 501 133 123
Binary 11111011 10101010 11011111 0 100000 1011 10 101000001 1011011 1010011

Color Harmonies of #FBAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAADF

Black with #FBAADF

Text Example


Text Example

White with #FBAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAADF; }

 p { color: rgb(251,170,223); }

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

background-color css

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

 a { background-color: rgb(251,170,223); }

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

border-color css

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

 span { border-color: rgb(251,170,223); }

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