Html Css Color HEX #F7BFDC Classic Rose

📋 copy color: '#F7BFDC'

red 247 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F7BFDC

Tints of Classic Rose #F7BFDC

RGB

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

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

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

R = 37.54%
G = 29.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7BFDC (or 0xF7BFDC) is known color: Classic Rose. HEX triplet: F7, BF and DC. RGB value is (247,191,220). Sum of RGB (Red+Green+Blue) = 247+191+220=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDC is #084023. Grayscale: #D2D2D2. Windows color (decimal): -540708 or 14467063. OLE color: 14467063.

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

Color convert

RGB 247 191 220 -
CMYK 0 0.23 0.11 0.03
HSL 328.93º 0.78% 0.86% -
HSV(B) 328.93º 0.23% 0.97% -
XYZ 69.91 62.2 76.03 -
YUV 211.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 247 191 220 0 0.23 0.11 0.03 328.93 0.78 0.86
Hex F7 BF DC 0 17 B 3 149 4E 56
Octal 367 277 334 0 27 13 3 511 116 126
Binary 11110111 10111111 11011100 0 10111 1011 11 101001001 1001110 1010110

Color Harmonies of #F7BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFDC

Black with #F7BFDC

Text Example


Text Example

White with #F7BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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