Html Css Color HEX #FBACDE Lavender Rose

📋 copy color: '#FBACDE'

red 251 ◦ green 172 ◦ blue 222

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

Shades of Lavender Rose #FBACDE

Tints of Lavender Rose #FBACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.67%

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 38.91%
G = 26.67%
B = 34.42%

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

#FBACDE (or 0xFBACDE) is known color: Lavender Rose. HEX triplet: FB, AC and DE. RGB value is (251,172,222). Sum of RGB (Red+Green+Blue) = 251+172+222=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDE is #045321. Grayscale: #C9C9C9. Windows color (decimal): -283426 or 14593275. OLE color: 14593275.

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

Color convert

RGB 251 172 222 -
CMYK 0 0.31 0.12 0.02
HSL 322.03º 0.91% 0.83% -
HSV(B) 322.03º 0.31% 0.98% -
XYZ 67.72 55.29 76.21 -
YUV 201.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 251 172 222 0 0.31 0.12 0.02 322.03 0.91 0.83
Hex FB AC DE 0 1F C 2 142 5B 53
Octal 373 254 336 0 37 14 2 502 133 123
Binary 11111011 10101100 11011110 0 11111 1100 10 101000010 1011011 1010011

Color Harmonies of #FBACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACDE

Black with #FBACDE

Text Example


Text Example

White with #FBACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACDE; }

 p { color: rgb(251,172,222); }

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

background-color css

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

 a { background-color: rgb(251,172,222); }

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

border-color css

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

 span { border-color: rgb(251,172,222); }

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