Html Css Color HEX #FDB9E8 Lavender Rose

📋 copy color: '#FDB9E8'

red 253 ◦ green 185 ◦ blue 232

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

Shades of Lavender Rose #FDB9E8

Tints of Lavender Rose #FDB9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.63%

R = 37.76%
G = 27.61%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDB9E8 (or 0xFDB9E8) is known color: Lavender Rose. HEX triplet: FD, B9 and E8. RGB value is (253,185,232). Sum of RGB (Red+Green+Blue) = 253+185+232=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9E8 is #024617. Grayscale: #D2D2D2. Windows color (decimal): -149016 or 15251965. OLE color: 15251965.

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

Color convert

RGB 253 185 232 -
CMYK 0 0.27 0.08 0.01
HSL 318.53º 0.94% 0.86% -
HSV(B) 318.53º 0.27% 0.99% -
XYZ 72.42 61.41 84.38 -
YUV 210.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 253 185 232 0 0.27 0.08 0.01 318.53 0.94 0.86
Hex FD B9 E8 0 1B 8 1 13F 5E 56
Octal 375 271 350 0 33 10 1 477 136 126
Binary 11111101 10111001 11101000 0 11011 1000 1 100111111 1011110 1010110

Color Harmonies of #FDB9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E8

Black with #FDB9E8

Text Example


Text Example

White with #FDB9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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