Html Css Color HEX #F7C2DE Classic Rose

📋 copy color: '#F7C2DE'

red 247 ◦ green 194 ◦ blue 222

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

Shades of Classic Rose #F7C2DE

Tints of Classic Rose #F7C2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.26%

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 37.25%
G = 29.26%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7C2DE (or 0xF7C2DE) is known color: Classic Rose. HEX triplet: F7, C2 and DE. RGB value is (247,194,222). Sum of RGB (Red+Green+Blue) = 247+194+222=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2DE is #083D21. Grayscale: #D4D4D4. Windows color (decimal): -539938 or 14598903. OLE color: 14598903.

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

Color convert

RGB 247 194 222 -
CMYK 0 0.21 0.10 0.03
HSL 328.3º 0.77% 0.86% -
HSV(B) 328.3º 0.21% 0.97% -
XYZ 70.83 63.63 77.66 -
YUV 213.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 247 194 222 0 0.21 0.10 0.03 328.3 0.77 0.86
Hex F7 C2 DE 0 15 A 3 148 4D 56
Octal 367 302 336 0 25 12 3 510 115 126
Binary 11110111 11000010 11011110 0 10101 1010 11 101001000 1001101 1010110

Color Harmonies of #F7C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2DE

Black with #F7C2DE

Text Example


Text Example

White with #F7C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2DE; }

 p { color: rgb(247,194,222); }

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

background-color css

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

 a { background-color: rgb(247,194,222); }

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

border-color css

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

 span { border-color: rgb(247,194,222); }

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