Html Css Color HEX #F9BDFD Mauve

📋 copy color: '#F9BDFD'

red 249 ◦ green 189 ◦ blue 253

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

Shades of Mauve #F9BDFD

Tints of Mauve #F9BDFD

RGB

 RED value IS 249 (97.66% from 255) = 36.03%

 GREEN value IS 189 (74.22% from 255) = 27.35%

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 36.03%
G = 27.35%
B = 36.61%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9BDFD (or 0xF9BDFD) is known color: Mauve. HEX triplet: F9, BD and FD. RGB value is (249,189,253). Sum of RGB (Red+Green+Blue) = 249+189+253=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFD is #064202. Grayscale: #D6D6D6. Windows color (decimal): -410115 or 16629241. OLE color: 16629241.

HSL color Cylindrical-coordinate representation of color #F9BDFD: hue angle of 296.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BDFD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 189 253 -
CMYK 0.02 0.25 0 0.01
HSL 296.25º 0.94% 0.87% -
HSV(B) 296.25º 0.25% 0.99% -
XYZ 74.99 63.63 101.26 -
YUV 214.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 249 189 253 0.02 0.25 0 0.01 296.25 0.94 0.87
Hex F9 BD FD 2 19 0 1 128 5E 57
Octal 371 275 375 2 31 0 1 450 136 127
Binary 11111001 10111101 11111101 10 11001 0 1 100101000 1011110 1010111

Color Harmonies of #F9BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDFD

Black with #F9BDFD

Text Example


Text Example

White with #F9BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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