Html Css Color HEX #FDB9F9 Lavender Rose

📋 copy color: '#FDB9F9'

red 253 ◦ green 185 ◦ blue 249

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

Shades of Lavender Rose #FDB9F9

Tints of Lavender Rose #FDB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.24%

R = 36.83%
G = 26.93%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDB9F9 (or 0xFDB9F9) is known color: Lavender Rose. HEX triplet: FD, B9 and F9. RGB value is (253,185,249). Sum of RGB (Red+Green+Blue) = 253+185+249=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 185 (72.66% from 255 or 26.93% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F9 is #024606. Grayscale: #D4D4D4. Windows color (decimal): -148999 or 16366077. OLE color: 16366077.

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

Color convert

RGB 253 185 249 -
CMYK 0 0.27 0.02 0.01
HSL 303.53º 0.94% 0.86% -
HSV(B) 303.53º 0.27% 0.99% -
XYZ 74.96 62.42 97.72 -
YUV 212.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 253 185 249 0 0.27 0.02 0.01 303.53 0.94 0.86
Hex FD B9 F9 0 1B 2 1 130 5E 56
Octal 375 271 371 0 33 2 1 460 136 126
Binary 11111101 10111001 11111001 0 11011 10 1 100110000 1011110 1010110

Color Harmonies of #FDB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9F9

Black with #FDB9F9

Text Example


Text Example

White with #FDB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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