Html Css Color HEX #F9BFDC Classic Rose

📋 copy color: '#F9BFDC'

red 249 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F9BFDC

Tints of Classic Rose #F9BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 28.94%

 BLUE value IS 220 (86.33% from 255) = 33.33%

R = 37.73%
G = 28.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9BFDC (or 0xF9BFDC) is known color: Classic Rose. HEX triplet: F9, BF and DC. RGB value is (249,191,220). Sum of RGB (Red+Green+Blue) = 249+191+220=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDC is #064023. Grayscale: #D3D3D3. Windows color (decimal): -409636 or 14467065. OLE color: 14467065.

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

Color convert

RGB 249 191 220 -
CMYK 0 0.23 0.12 0.02
HSL 330º 0.83% 0.86% -
HSV(B) 330º 0.23% 0.98% -
XYZ 70.62 62.57 76.07 -
YUV 211.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 249 191 220 0 0.23 0.12 0.02 330 0.83 0.86
Hex F9 BF DC 0 17 C 2 14A 53 56
Octal 371 277 334 0 27 14 2 512 123 126
Binary 11111001 10111111 11011100 0 10111 1100 10 101001010 1010011 1010110

Color Harmonies of #F9BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFDC

Black with #F9BFDC

Text Example


Text Example

White with #F9BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFDC; }

 p { color: rgb(249,191,220); }

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

background-color css

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

 a { background-color: rgb(249,191,220); }

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

border-color css

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

 span { border-color: rgb(249,191,220); }

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