Html Css Color HEX #FDB8EC Lavender Rose

📋 copy color: '#FDB8EC'

red 253 ◦ green 184 ◦ blue 236

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

Shades of Lavender Rose #FDB8EC

Tints of Lavender Rose #FDB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.34%

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

R = 37.59%
G = 27.34%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDB8EC (or 0xFDB8EC) is known color: Lavender Rose. HEX triplet: FD, B8 and EC. RGB value is (253,184,236). Sum of RGB (Red+Green+Blue) = 253+184+236=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8EC is #024713. Grayscale: #D2D2D2. Windows color (decimal): -149268 or 15513853. OLE color: 15513853.

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

Color convert

RGB 253 184 236 -
CMYK 0 0.27 0.07 0.01
HSL 314.78º 0.95% 0.86% -
HSV(B) 314.78º 0.27% 0.99% -
XYZ 72.79 61.22 87.34 -
YUV 210.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 253 184 236 0 0.27 0.07 0.01 314.78 0.95 0.86
Hex FD B8 EC 0 1B 7 1 13B 5F 56
Octal 375 270 354 0 33 7 1 473 137 126
Binary 11111101 10111000 11101100 0 11011 111 1 100111011 1011111 1010110

Color Harmonies of #FDB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8EC

Black with #FDB8EC

Text Example


Text Example

White with #FDB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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