Html Css Color HEX #F9BFDA Classic Rose

📋 copy color: '#F9BFDA'

red 249 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #F9BFDA

Tints of Classic Rose #F9BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 37.84%
G = 29.03%
B = 33.13%

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

#F9BFDA (or 0xF9BFDA) is known color: Classic Rose. HEX triplet: F9, BF and DA. RGB value is (249,191,218). Sum of RGB (Red+Green+Blue) = 249+191+218=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDA is #064025. Grayscale: #D3D3D3. Windows color (decimal): -409638 or 14335993. OLE color: 14335993.

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

Color convert

RGB 249 191 218 -
CMYK 0 0.23 0.12 0.02
HSL 332.07º 0.83% 0.86% -
HSV(B) 332.07º 0.23% 0.98% -
XYZ 70.35 62.46 74.68 -
YUV 211.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 249 191 218 0 0.23 0.12 0.02 332.07 0.83 0.86
Hex F9 BF DA 0 17 C 2 14C 53 56
Octal 371 277 332 0 27 14 2 514 123 126
Binary 11111001 10111111 11011010 0 10111 1100 10 101001100 1010011 1010110

Color Harmonies of #F9BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFDA

Black with #F9BFDA

Text Example


Text Example

White with #F9BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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