Html Css Color HEX #FDB1FB Lavender Rose

📋 copy color: '#FDB1FB'

red 253 ◦ green 177 ◦ blue 251

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

Shades of Lavender Rose #FDB1FB

Tints of Lavender Rose #FDB1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 25.99%

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

R = 37.15%
G = 25.99%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDB1FB (or 0xFDB1FB) is known color: Lavender Rose. HEX triplet: FD, B1 and FB. RGB value is (253,177,251). Sum of RGB (Red+Green+Blue) = 253+177+251=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 177 (69.53% from 255 or 25.99% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FB is #024E04. Grayscale: #CFCFCF. Windows color (decimal): -151045 or 16495101. OLE color: 16495101.

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

Color convert

RGB 253 177 251 -
CMYK 0 0.30 0.01 0.01
HSL 301.58º 0.95% 0.84% -
HSV(B) 301.58º 0.3% 0.99% -
XYZ 73.64 59.29 98.83 -
YUV 208.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 253 177 251 0 0.30 0.01 0.01 301.58 0.95 0.84
Hex FD B1 FB 0 1E 1 1 12E 5F 54
Octal 375 261 373 0 36 1 1 456 137 124
Binary 11111101 10110001 11111011 0 11110 1 1 100101110 1011111 1010100

Color Harmonies of #FDB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1FB

Black with #FDB1FB

Text Example


Text Example

White with #FDB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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