Html Css Color HEX #FDB1FE Lavender Rose

📋 copy color: '#FDB1FE'

red 253 ◦ green 177 ◦ blue 254

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

Shades of Lavender Rose #FDB1FE

Tints of Lavender Rose #FDB1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.13%

R = 36.99%
G = 25.88%
B = 37.13%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDB1FE (or 0xFDB1FE) is known color: Lavender Rose. HEX triplet: FD, B1 and FE. RGB value is (253,177,254). Sum of RGB (Red+Green+Blue) = 253+177+254=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 177 (69.53% from 255 or 25.88% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FE is #024E01. Grayscale: #D0D0D0. Windows color (decimal): -151042 or 16691709. OLE color: 16691709.

HSL color Cylindrical-coordinate representation of color #FDB1FE: hue angle of 299.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1FE is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 177 254 -
CMYK 0.00 0.30 0 0.00
HSL 299.22º 0.97% 0.85% -
HSV(B) 299.22º 0.3% 1% -
XYZ 74.12 59.48 101.34 -
YUV 208.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 253 177 254 0.00 0.30 0 0.00 299.22 0.97 0.85
Hex FD B1 FE 0 1E 0 0 12B 61 55
Octal 375 261 376 0 36 0 0 453 141 125
Binary 11111101 10110001 11111110 0 11110 0 0 100101011 1100001 1010101

Color Harmonies of #FDB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1FE

Black with #FDB1FE

Text Example


Text Example

White with #FDB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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