Html Css Color HEX #FBA7DC Lavender Rose

📋 copy color: '#FBA7DC'

red 251 ◦ green 167 ◦ blue 220

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

Shades of Lavender Rose #FBA7DC

Tints of Lavender Rose #FBA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.18%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 39.34%
G = 26.18%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBA7DC (or 0xFBA7DC) is known color: Lavender Rose. HEX triplet: FB, A7 and DC. RGB value is (251,167,220). Sum of RGB (Red+Green+Blue) = 251+167+220=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7DC is #045823. Grayscale: #C6C6C6. Windows color (decimal): -284708 or 14460923. OLE color: 14460923.

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

Color convert

RGB 251 167 220 -
CMYK 0 0.33 0.12 0.02
HSL 322.14º 0.91% 0.82% -
HSV(B) 322.14º 0.33% 0.98% -
XYZ 66.52 53.31 74.49 -
YUV 198.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 251 167 220 0 0.33 0.12 0.02 322.14 0.91 0.82
Hex FB A7 DC 0 21 C 2 142 5B 52
Octal 373 247 334 0 41 14 2 502 133 122
Binary 11111011 10100111 11011100 0 100001 1100 10 101000010 1011011 1010010

Color Harmonies of #FBA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7DC

Black with #FBA7DC

Text Example


Text Example

White with #FBA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7DC; }

 p { color: rgb(251,167,220); }

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

background-color css

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

 a { background-color: rgb(251,167,220); }

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

border-color css

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

 span { border-color: rgb(251,167,220); }

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