Html Css Color HEX #FDB9E7 Lavender Rose

📋 copy color: '#FDB9E7'

red 253 ◦ green 185 ◦ blue 231

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

Shades of Lavender Rose #FDB9E7

Tints of Lavender Rose #FDB9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.53%

R = 37.82%
G = 27.65%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDB9E7 (or 0xFDB9E7) is known color: Lavender Rose. HEX triplet: FD, B9 and E7. RGB value is (253,185,231). Sum of RGB (Red+Green+Blue) = 253+185+231=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9E7 is #024618. Grayscale: #D2D2D2. Windows color (decimal): -149017 or 15186429. OLE color: 15186429.

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

Color convert

RGB 253 185 231 -
CMYK 0 0.27 0.09 0.01
HSL 319.41º 0.94% 0.86% -
HSV(B) 319.41º 0.27% 0.99% -
XYZ 72.28 61.35 83.63 -
YUV 210.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 253 185 231 0 0.27 0.09 0.01 319.41 0.94 0.86
Hex FD B9 E7 0 1B 9 1 13F 5E 56
Octal 375 271 347 0 33 11 1 477 136 126
Binary 11111101 10111001 11100111 0 11011 1001 1 100111111 1011110 1010110

Color Harmonies of #FDB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E7

Black with #FDB9E7

Text Example


Text Example

White with #FDB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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