Html Css Color HEX #FDB6EC Lavender Rose

📋 copy color: '#FDB6EC'

red 253 ◦ green 182 ◦ blue 236

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

Shades of Lavender Rose #FDB6EC

Tints of Lavender Rose #FDB6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.12%

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

R = 37.7%
G = 27.12%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDB6EC (or 0xFDB6EC) is known color: Lavender Rose. HEX triplet: FD, B6 and EC. RGB value is (253,182,236). Sum of RGB (Red+Green+Blue) = 253+182+236=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6EC is #024913. Grayscale: #D1D1D1. Windows color (decimal): -149780 or 15513341. OLE color: 15513341.

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

Color convert

RGB 253 182 236 -
CMYK 0 0.28 0.07 0.01
HSL 314.37º 0.95% 0.85% -
HSV(B) 314.37º 0.28% 0.99% -
XYZ 72.38 60.39 87.2 -
YUV 209.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 253 182 236 0 0.28 0.07 0.01 314.37 0.95 0.85
Hex FD B6 EC 0 1C 7 1 13A 5F 55
Octal 375 266 354 0 34 7 1 472 137 125
Binary 11111101 10110110 11101100 0 11100 111 1 100111010 1011111 1010101

Color Harmonies of #FDB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6EC

Black with #FDB6EC

Text Example


Text Example

White with #FDB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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