Html Css Color HEX #F7D2EC Classic Rose

📋 copy color: '#F7D2EC'

red 247 ◦ green 210 ◦ blue 236

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

Shades of Classic Rose #F7D2EC

Tints of Classic Rose #F7D2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.3%

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

R = 35.64%
G = 30.3%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7D2EC (or 0xF7D2EC) is known color: Classic Rose. HEX triplet: F7, D2 and EC. RGB value is (247,210,236). Sum of RGB (Red+Green+Blue) = 247+210+236=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2EC is #082D13. Grayscale: #DFDFDF. Windows color (decimal): -535828 or 15520503. OLE color: 15520503.

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

Color convert

RGB 247 210 236 -
CMYK 0 0.15 0.04 0.03
HSL 317.84º 0.7% 0.9% -
HSV(B) 317.84º 0.15% 0.97% -
XYZ 76.54 71.92 89.21 -
YUV 224.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 247 210 236 0 0.15 0.04 0.03 317.84 0.7 0.9
Hex F7 D2 EC 0 F 4 3 13E 46 5A
Octal 367 322 354 0 17 4 3 476 106 132
Binary 11110111 11010010 11101100 0 1111 100 11 100111110 1000110 1011010

Color Harmonies of #F7D2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D2EC

Black with #F7D2EC

Text Example


Text Example

White with #F7D2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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