Html Css Color HEX #F7D0EC Classic Rose

📋 copy color: '#F7D0EC'

red 247 ◦ green 208 ◦ blue 236

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

Shades of Classic Rose #F7D0EC

Tints of Classic Rose #F7D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.1%

 BLUE value IS 236 (92.58% from 255) = 34.15%

R = 35.75%
G = 30.1%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7D0EC (or 0xF7D0EC) is known color: Classic Rose. HEX triplet: F7, D0 and EC. RGB value is (247,208,236). Sum of RGB (Red+Green+Blue) = 247+208+236=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0EC is #082F13. Grayscale: #DEDEDE. Windows color (decimal): -536340 or 15519991. OLE color: 15519991.

HSL color Cylindrical-coordinate representation of color #F7D0EC: hue angle of 316.92º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D0EC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 236 -
CMYK 0 0.16 0.04 0.03
HSL 316.92º 0.71% 0.89% -
HSV(B) 316.92º 0.16% 0.97% -
XYZ 76.05 70.94 89.04 -
YUV 222.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 247 208 236 0 0.16 0.04 0.03 316.92 0.71 0.89
Hex F7 D0 EC 0 10 4 3 13D 47 59
Octal 367 320 354 0 20 4 3 475 107 131
Binary 11110111 11010000 11101100 0 10000 100 11 100111101 1000111 1011001

Color Harmonies of #F7D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0EC

Black with #F7D0EC

Text Example


Text Example

White with #F7D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0EC; }

 p { color: rgb(247,208,236); }

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

background-color css

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

 a { background-color: rgb(247,208,236); }

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

border-color css

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

 span { border-color: rgb(247,208,236); }

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