Html Css Color HEX #FDB5FB Lavender Rose

📋 copy color: '#FDB5FB'

red 253 ◦ green 181 ◦ blue 251

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

Shades of Lavender Rose #FDB5FB

Tints of Lavender Rose #FDB5FB

RGB

 RED value IS 253 (99.22% from 255) = 36.93%

 GREEN value IS 181 (71.09% from 255) = 26.42%

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 36.93%
G = 26.42%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDB5FB (or 0xFDB5FB) is known color: Lavender Rose. HEX triplet: FD, B5 and FB. RGB value is (253,181,251). Sum of RGB (Red+Green+Blue) = 253+181+251=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5FB is #024A04. Grayscale: #D2D2D2. Windows color (decimal): -150021 or 16496125. OLE color: 16496125.

HSL color Cylindrical-coordinate representation of color #FDB5FB: hue angle of 301.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5FB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 181 251 -
CMYK 0 0.28 0.01 0.01
HSL 301.67º 0.95% 0.85% -
HSV(B) 301.67º 0.28% 0.99% -
XYZ 74.44 60.9 99.1 -
YUV 210.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 253 181 251 0 0.28 0.01 0.01 301.67 0.95 0.85
Hex FD B5 FB 0 1C 1 1 12E 5F 55
Octal 375 265 373 0 34 1 1 456 137 125
Binary 11111101 10110101 11111011 0 11100 1 1 100101110 1011111 1010101

Color Harmonies of #FDB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5FB

Black with #FDB5FB

Text Example


Text Example

White with #FDB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5FB; }

 p { color: rgb(253,181,251); }

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

background-color css

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

 a { background-color: rgb(253,181,251); }

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

border-color css

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

 span { border-color: rgb(253,181,251); }

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