Html Css Color HEX #F7BFDF Classic Rose

📋 copy color: '#F7BFDF'

red 247 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #F7BFDF

Tints of Classic Rose #F7BFDF

RGB

 RED value IS 247 (96.88% from 255) = 37.37%

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

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

R = 37.37%
G = 28.9%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7BFDF (or 0xF7BFDF) is known color: Classic Rose. HEX triplet: F7, BF and DF. RGB value is (247,191,223). Sum of RGB (Red+Green+Blue) = 247+191+223=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDF is #084020. Grayscale: #D3D3D3. Windows color (decimal): -540705 or 14663671. OLE color: 14663671.

HSL color Cylindrical-coordinate representation of color #F7BFDF: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFDF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 223 -
CMYK 0 0.23 0.10 0.03
HSL 325.71º 0.78% 0.86% -
HSV(B) 325.71º 0.23% 0.97% -
XYZ 70.31 62.36 78.14 -
YUV 211.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 247 191 223 0 0.23 0.10 0.03 325.71 0.78 0.86
Hex F7 BF DF 0 17 A 3 146 4E 56
Octal 367 277 337 0 27 12 3 506 116 126
Binary 11110111 10111111 11011111 0 10111 1010 11 101000110 1001110 1010110

Color Harmonies of #F7BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFDF

Black with #F7BFDF

Text Example


Text Example

White with #F7BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFDF; }

 p { color: rgb(247,191,223); }

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

background-color css

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

 a { background-color: rgb(247,191,223); }

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

border-color css

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

 span { border-color: rgb(247,191,223); }

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