Html Css Color HEX #FDB4EC Lavender Rose

📋 copy color: '#FDB4EC'

red 253 ◦ green 180 ◦ blue 236

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

Shades of Lavender Rose #FDB4EC

Tints of Lavender Rose #FDB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.91%

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

R = 37.82%
G = 26.91%
B = 35.28%

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

#FDB4EC (or 0xFDB4EC) is known color: Lavender Rose. HEX triplet: FD, B4 and EC. RGB value is (253,180,236). Sum of RGB (Red+Green+Blue) = 253+180+236=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EC is #024B13. Grayscale: #D0D0D0. Windows color (decimal): -150292 or 15512829. OLE color: 15512829.

HSL color Cylindrical-coordinate representation of color #FDB4EC: hue angle of 313.97º 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 #FDB4EC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 180 236 -
CMYK 0 0.29 0.07 0.01
HSL 313.97º 0.95% 0.85% -
HSV(B) 313.97º 0.29% 0.99% -
XYZ 71.97 59.58 87.06 -
YUV 208.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 253 180 236 0 0.29 0.07 0.01 313.97 0.95 0.85
Hex FD B4 EC 0 1D 7 1 13A 5F 55
Octal 375 264 354 0 35 7 1 472 137 125
Binary 11111101 10110100 11101100 0 11101 111 1 100111010 1011111 1010101

Color Harmonies of #FDB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4EC

Black with #FDB4EC

Text Example


Text Example

White with #FDB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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