Html Css Color HEX #FDB3FE Lavender Rose

📋 copy color: '#FDB3FE'

red 253 ◦ green 179 ◦ blue 254

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

Shades of Lavender Rose #FDB3FE

Tints of Lavender Rose #FDB3FE

RGB

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

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

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

R = 36.88%
G = 26.09%
B = 37.03%

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

#FDB3FE (or 0xFDB3FE) is known color: Lavender Rose. HEX triplet: FD, B3 and FE. RGB value is (253,179,254). Sum of RGB (Red+Green+Blue) = 253+179+254=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 179 (70.31% from 255 or 26.09% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3FE is #024C01. Grayscale: #D1D1D1. Windows color (decimal): -150530 or 16692221. OLE color: 16692221.

HSL color Cylindrical-coordinate representation of color #FDB3FE: hue angle of 299.2º 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 #FDB3FE is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 179 254 -
CMYK 0.00 0.30 0 0.00
HSL 299.2º 0.97% 0.85% -
HSV(B) 299.2º 0.3% 1% -
XYZ 74.52 60.28 101.47 -
YUV 209.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 253 179 254 0.00 0.30 0 0.00 299.2 0.97 0.85
Hex FD B3 FE 0 1E 0 0 12B 61 55
Octal 375 263 376 0 36 0 0 453 141 125
Binary 11111101 10110011 11111110 0 11110 0 0 100101011 1100001 1010101

Color Harmonies of #FDB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3FE

Black with #FDB3FE

Text Example


Text Example

White with #FDB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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