Html Css Color HEX #FDB3FF Lavender Rose

📋 copy color: '#FDB3FF'

red 253 ◦ green 179 ◦ blue 255

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

Shades of Lavender Rose #FDB3FF

Tints of Lavender Rose #FDB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.06%

 BLUE value IS 255 (100% from 255) = 37.12%

R = 36.83%
G = 26.06%
B = 37.12%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDB3FF (or 0xFDB3FF) is known color: Lavender Rose. HEX triplet: FD, B3 and FF. RGB value is (253,179,255). Sum of RGB (Red+Green+Blue) = 253+179+255=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 179 (70.31% from 255 or 26.06% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3FF is #024C00. Grayscale: #D1D1D1. Windows color (decimal): -150529 or 16757757. OLE color: 16757757.

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

Color convert

RGB 253 179 255 -
CMYK 0.01 0.30 0 0
HSL 298.42º 1% 0.85% -
HSV(B) 298.42º 0.3% 1% -
XYZ 74.68 60.34 102.32 -
YUV 209.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 253 179 255 0.01 0.30 0 0 298.42 1 0.85
Hex FD B3 FF 1 1E 0 0 12A 64 55
Octal 375 263 377 1 36 0 0 452 144 125
Binary 11111101 10110011 11111111 1 11110 0 0 100101010 1100100 1010101

Color Harmonies of #FDB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3FF

Black with #FDB3FF

Text Example


Text Example

White with #FDB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3FF; }

 p { color: rgb(253,179,255); }

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

background-color css

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

 a { background-color: rgb(253,179,255); }

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

border-color css

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

 span { border-color: rgb(253,179,255); }

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