Html Css Color HEX #FBA5DD Lavender Rose

📋 copy color: '#FBA5DD'

red 251 ◦ green 165 ◦ blue 221

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

Shades of Lavender Rose #FBA5DD

Tints of Lavender Rose #FBA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 39.4%
G = 25.9%
B = 34.69%

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

#FBA5DD (or 0xFBA5DD) is known color: Lavender Rose. HEX triplet: FB, A5 and DD. RGB value is (251,165,221). Sum of RGB (Red+Green+Blue) = 251+165+221=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DD is #045A22. Grayscale: #C4C4C4. Windows color (decimal): -285219 or 14525947. OLE color: 14525947.

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

Color convert

RGB 251 165 221 -
CMYK 0 0.34 0.12 0.02
HSL 320.93º 0.91% 0.82% -
HSV(B) 320.93º 0.34% 0.98% -
XYZ 66.29 52.64 75.07 -
YUV 197.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 251 165 221 0 0.34 0.12 0.02 320.93 0.91 0.82
Hex FB A5 DD 0 22 C 2 141 5B 52
Octal 373 245 335 0 42 14 2 501 133 122
Binary 11111011 10100101 11011101 0 100010 1100 10 101000001 1011011 1010010

Color Harmonies of #FBA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5DD

Black with #FBA5DD

Text Example


Text Example

White with #FBA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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