Html Css Color HEX #FBA2DC Lavender Rose

📋 copy color: '#FBA2DC'

red 251 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #FBA2DC

Tints of Lavender Rose #FBA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.59%

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

R = 39.65%
G = 25.59%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBA2DC (or 0xFBA2DC) is known color: Lavender Rose. HEX triplet: FB, A2 and DC. RGB value is (251,162,220). Sum of RGB (Red+Green+Blue) = 251+162+220=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2DC is #045D23. Grayscale: #C3C3C3. Windows color (decimal): -285988 or 14459643. OLE color: 14459643.

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

Color convert

RGB 251 162 220 -
CMYK 0 0.35 0.12 0.02
HSL 320.9º 0.92% 0.81% -
HSV(B) 320.9º 0.35% 0.98% -
XYZ 65.62 51.52 74.2 -
YUV 195.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 251 162 220 0 0.35 0.12 0.02 320.9 0.92 0.81
Hex FB A2 DC 0 23 C 2 141 5C 51
Octal 373 242 334 0 43 14 2 501 134 121
Binary 11111011 10100010 11011100 0 100011 1100 10 101000001 1011100 1010001

Color Harmonies of #FBA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2DC

Black with #FBA2DC

Text Example


Text Example

White with #FBA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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