Html Css Color HEX #F9BDDD Classic Rose

📋 copy color: '#F9BDDD'

red 249 ◦ green 189 ◦ blue 221

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

Shades of Classic Rose #F9BDDD

Tints of Classic Rose #F9BDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 37.78%
G = 28.68%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9BDDD (or 0xF9BDDD) is known color: Classic Rose. HEX triplet: F9, BD and DD. RGB value is (249,189,221). Sum of RGB (Red+Green+Blue) = 249+189+221=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDDD is #064222. Grayscale: #D2D2D2. Windows color (decimal): -410147 or 14532089. OLE color: 14532089.

HSL color Cylindrical-coordinate representation of color #F9BDDD: hue angle of 328º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDDD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 189 221 -
CMYK 0 0.24 0.11 0.02
HSL 328º 0.83% 0.86% -
HSV(B) 328º 0.24% 0.98% -
XYZ 70.32 61.76 76.62 -
YUV 210.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 249 189 221 0 0.24 0.11 0.02 328 0.83 0.86
Hex F9 BD DD 0 18 B 2 148 53 56
Octal 371 275 335 0 30 13 2 510 123 126
Binary 11111001 10111101 11011101 0 11000 1011 10 101001000 1010011 1010110

Color Harmonies of #F9BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDDD

Black with #F9BDDD

Text Example


Text Example

White with #F9BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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