Html Css Color HEX #FDB3EC Lavender Rose

📋 copy color: '#FDB3EC'

red 253 ◦ green 179 ◦ blue 236

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

Shades of Lavender Rose #FDB3EC

Tints of Lavender Rose #FDB3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.33%

R = 37.87%
G = 26.8%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDB3EC (or 0xFDB3EC) is known color: Lavender Rose. HEX triplet: FD, B3 and EC. RGB value is (253,179,236). Sum of RGB (Red+Green+Blue) = 253+179+236=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3EC is #024C13. Grayscale: #CFCFCF. Windows color (decimal): -150548 or 15512573. OLE color: 15512573.

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

Color convert

RGB 253 179 236 -
CMYK 0 0.29 0.07 0.01
HSL 313.78º 0.95% 0.85% -
HSV(B) 313.78º 0.29% 0.99% -
XYZ 71.77 59.18 87 -
YUV 207.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 253 179 236 0 0.29 0.07 0.01 313.78 0.95 0.85
Hex FD B3 EC 0 1D 7 1 13A 5F 55
Octal 375 263 354 0 35 7 1 472 137 125
Binary 11111101 10110011 11101100 0 11101 111 1 100111010 1011111 1010101

Color Harmonies of #FDB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3EC

Black with #FDB3EC

Text Example


Text Example

White with #FDB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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