Html Css Color HEX #FDB9EC Lavender Rose

📋 copy color: '#FDB9EC'

red 253 ◦ green 185 ◦ blue 236

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

Shades of Lavender Rose #FDB9EC

Tints of Lavender Rose #FDB9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.45%

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

R = 37.54%
G = 27.45%
B = 35.01%

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

#FDB9EC (or 0xFDB9EC) is known color: Lavender Rose. HEX triplet: FD, B9 and EC. RGB value is (253,185,236). Sum of RGB (Red+Green+Blue) = 253+185+236=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9EC is #024613. Grayscale: #D3D3D3. Windows color (decimal): -149012 or 15514109. OLE color: 15514109.

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

Color convert

RGB 253 185 236 -
CMYK 0 0.27 0.07 0.01
HSL 315º 0.94% 0.86% -
HSV(B) 315º 0.27% 0.99% -
XYZ 73 61.64 87.41 -
YUV 211.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 253 185 236 0 0.27 0.07 0.01 315 0.94 0.86
Hex FD B9 EC 0 1B 7 1 13B 5E 56
Octal 375 271 354 0 33 7 1 473 136 126
Binary 11111101 10111001 11101100 0 11011 111 1 100111011 1011110 1010110

Color Harmonies of #FDB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9EC

Black with #FDB9EC

Text Example


Text Example

White with #FDB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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