Html Css Color HEX #F9BDDF Classic Rose

📋 copy color: '#F9BDDF'

red 249 ◦ green 189 ◦ blue 223

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

Shades of Classic Rose #F9BDDF

Tints of Classic Rose #F9BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 37.67%
G = 28.59%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9BDDF (or 0xF9BDDF) is known color: Classic Rose. HEX triplet: F9, BD and DF. RGB value is (249,189,223). Sum of RGB (Red+Green+Blue) = 249+189+223=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDDF is #064220. Grayscale: #D2D2D2. Windows color (decimal): -410145 or 14663161. OLE color: 14663161.

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

Color convert

RGB 249 189 223 -
CMYK 0 0.24 0.10 0.02
HSL 326º 0.83% 0.86% -
HSV(B) 326º 0.24% 0.98% -
XYZ 70.58 61.86 78.03 -
YUV 210.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 249 189 223 0 0.24 0.10 0.02 326 0.83 0.86
Hex F9 BD DF 0 18 A 2 146 53 56
Octal 371 275 337 0 30 12 2 506 123 126
Binary 11111001 10111101 11011111 0 11000 1010 10 101000110 1010011 1010110

Color Harmonies of #F9BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDDF

Black with #F9BDDF

Text Example


Text Example

White with #F9BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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