Html Css Color HEX #FBA6DC Lavender Rose

📋 copy color: '#FBA6DC'

red 251 ◦ green 166 ◦ blue 220

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

Shades of Lavender Rose #FBA6DC

Tints of Lavender Rose #FBA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.06%

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

R = 39.4%
G = 26.06%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBA6DC (or 0xFBA6DC) is known color: Lavender Rose. HEX triplet: FB, A6 and DC. RGB value is (251,166,220). Sum of RGB (Red+Green+Blue) = 251+166+220=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6DC is #045923. Grayscale: #C5C5C5. Windows color (decimal): -284964 or 14460667. OLE color: 14460667.

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

Color convert

RGB 251 166 220 -
CMYK 0 0.34 0.12 0.02
HSL 321.88º 0.91% 0.82% -
HSV(B) 321.88º 0.34% 0.98% -
XYZ 66.34 52.95 74.43 -
YUV 197.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 251 166 220 0 0.34 0.12 0.02 321.88 0.91 0.82
Hex FB A6 DC 0 22 C 2 142 5B 52
Octal 373 246 334 0 42 14 2 502 133 122
Binary 11111011 10100110 11011100 0 100010 1100 10 101000010 1011011 1010010

Color Harmonies of #FBA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6DC

Black with #FBA6DC

Text Example


Text Example

White with #FBA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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