Html Css Color HEX #F7BDDF Classic Rose

📋 copy color: '#F7BDDF'

red 247 ◦ green 189 ◦ blue 223

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

Shades of Classic Rose #F7BDDF

Tints of Classic Rose #F7BDDF

RGB

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

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

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

R = 37.48%
G = 28.68%
B = 33.84%

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

#F7BDDF (or 0xF7BDDF) is known color: Classic Rose. HEX triplet: F7, BD and DF. RGB value is (247,189,223). Sum of RGB (Red+Green+Blue) = 247+189+223=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDF is #084220. Grayscale: #D2D2D2. Windows color (decimal): -541217 or 14663159. OLE color: 14663159.

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

Color convert

RGB 247 189 223 -
CMYK 0 0.23 0.10 0.03
HSL 324.83º 0.78% 0.85% -
HSV(B) 324.83º 0.23% 0.97% -
XYZ 69.87 61.5 78 -
YUV 210.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 247 189 223 0 0.23 0.10 0.03 324.83 0.78 0.85
Hex F7 BD DF 0 17 A 3 145 4E 55
Octal 367 275 337 0 27 12 3 505 116 125
Binary 11110111 10111101 11011111 0 10111 1010 11 101000101 1001110 1010101

Color Harmonies of #F7BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDDF

Black with #F7BDDF

Text Example


Text Example

White with #F7BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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