Html Css Color HEX #FBA5DC Lavender Rose

📋 copy color: '#FBA5DC'

red 251 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #FBA5DC

Tints of Lavender Rose #FBA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.94%

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

R = 39.47%
G = 25.94%
B = 34.59%

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

#FBA5DC (or 0xFBA5DC) is known color: Lavender Rose. HEX triplet: FB, A5 and DC. RGB value is (251,165,220). Sum of RGB (Red+Green+Blue) = 251+165+220=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DC is #045A23. Grayscale: #C4C4C4. Windows color (decimal): -285220 or 14460411. OLE color: 14460411.

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

Color convert

RGB 251 165 220 -
CMYK 0 0.34 0.12 0.02
HSL 321.63º 0.91% 0.82% -
HSV(B) 321.63º 0.34% 0.98% -
XYZ 66.16 52.59 74.37 -
YUV 196.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 251 165 220 0 0.34 0.12 0.02 321.63 0.91 0.82
Hex FB A5 DC 0 22 C 2 142 5B 52
Octal 373 245 334 0 42 14 2 502 133 122
Binary 11111011 10100101 11011100 0 100010 1100 10 101000010 1011011 1010010

Color Harmonies of #FBA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5DC

Black with #FBA5DC

Text Example


Text Example

White with #FBA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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