Html Css Color HEX #FBA5DE Lavender Rose

📋 copy color: '#FBA5DE'

red 251 ◦ green 165 ◦ blue 222

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

Shades of Lavender Rose #FBA5DE

Tints of Lavender Rose #FBA5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 39.34%
G = 25.86%
B = 34.8%

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

#FBA5DE (or 0xFBA5DE) is known color: Lavender Rose. HEX triplet: FB, A5 and DE. RGB value is (251,165,222). Sum of RGB (Red+Green+Blue) = 251+165+222=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DE is #045A21. Grayscale: #C5C5C5. Windows color (decimal): -285218 or 14591483. OLE color: 14591483.

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

Color convert

RGB 251 165 222 -
CMYK 0 0.34 0.12 0.02
HSL 320.23º 0.91% 0.82% -
HSV(B) 320.23º 0.34% 0.98% -
XYZ 66.42 52.69 75.78 -
YUV 197.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 251 165 222 0 0.34 0.12 0.02 320.23 0.91 0.82
Hex FB A5 DE 0 22 C 2 140 5B 52
Octal 373 245 336 0 42 14 2 500 133 122
Binary 11111011 10100101 11011110 0 100010 1100 10 101000000 1011011 1010010

Color Harmonies of #FBA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5DE

Black with #FBA5DE

Text Example


Text Example

White with #FBA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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