Html Css Color HEX #FDB9F7 Lavender Rose

📋 copy color: '#FDB9F7'

red 253 ◦ green 185 ◦ blue 247

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

Shades of Lavender Rose #FDB9F7

Tints of Lavender Rose #FDB9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.06%

R = 36.93%
G = 27.01%
B = 36.06%

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

#FDB9F7 (or 0xFDB9F7) is known color: Lavender Rose. HEX triplet: FD, B9 and F7. RGB value is (253,185,247). Sum of RGB (Red+Green+Blue) = 253+185+247=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F7 is #024608. Grayscale: #D4D4D4. Windows color (decimal): -149001 or 16235005. OLE color: 16235005.

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

Color convert

RGB 253 185 247 -
CMYK 0 0.27 0.02 0.01
HSL 305.29º 0.94% 0.86% -
HSV(B) 305.29º 0.27% 0.99% -
XYZ 74.65 62.3 96.09 -
YUV 212.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 253 185 247 0 0.27 0.02 0.01 305.29 0.94 0.86
Hex FD B9 F7 0 1B 2 1 131 5E 56
Octal 375 271 367 0 33 2 1 461 136 126
Binary 11111101 10111001 11110111 0 11011 10 1 100110001 1011110 1010110

Color Harmonies of #FDB9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9F7

Black with #FDB9F7

Text Example


Text Example

White with #FDB9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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