Html Css Color HEX #FBA1DC Lavender Rose

📋 copy color: '#FBA1DC'

red 251 ◦ green 161 ◦ blue 220

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

Shades of Lavender Rose #FBA1DC

Tints of Lavender Rose #FBA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.47%

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

R = 39.72%
G = 25.47%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBA1DC (or 0xFBA1DC) is known color: Lavender Rose. HEX triplet: FB, A1 and DC. RGB value is (251,161,220). Sum of RGB (Red+Green+Blue) = 251+161+220=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1DC is #045E23. Grayscale: #C2C2C2. Windows color (decimal): -286244 or 14459387. OLE color: 14459387.

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

Color convert

RGB 251 161 220 -
CMYK 0 0.36 0.12 0.02
HSL 320.67º 0.92% 0.81% -
HSV(B) 320.67º 0.36% 0.98% -
XYZ 65.45 51.17 74.14 -
YUV 194.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 251 161 220 0 0.36 0.12 0.02 320.67 0.92 0.81
Hex FB A1 DC 0 24 C 2 141 5C 51
Octal 373 241 334 0 44 14 2 501 134 121
Binary 11111011 10100001 11011100 0 100100 1100 10 101000001 1011100 1010001

Color Harmonies of #FBA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1DC

Black with #FBA1DC

Text Example


Text Example

White with #FBA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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