Html Css Color HEX #F7C0E2 Classic Rose

📋 copy color: '#F7C0E2'

red 247 ◦ green 192 ◦ blue 226

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

Shades of Classic Rose #F7C0E2

Tints of Classic Rose #F7C0E2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.87%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 37.14%
G = 28.87%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F7C0E2 (or 0xF7C0E2) is known color: Classic Rose. HEX triplet: F7, C0 and E2. RGB value is (247,192,226). Sum of RGB (Red+Green+Blue) = 247+192+226=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0E2 is #083F1D. Grayscale: #D4D4D4. Windows color (decimal): -540446 or 14860535. OLE color: 14860535.

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

Color convert

RGB 247 192 226 -
CMYK 0 0.22 0.09 0.03
HSL 322.91º 0.77% 0.86% -
HSV(B) 322.91º 0.22% 0.97% -
XYZ 70.93 62.96 80.37 -
YUV 212.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 247 192 226 0 0.22 0.09 0.03 322.91 0.77 0.86
Hex F7 C0 E2 0 16 9 3 143 4D 56
Octal 367 300 342 0 26 11 3 503 115 126
Binary 11110111 11000000 11100010 0 10110 1001 11 101000011 1001101 1010110

Color Harmonies of #F7C0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C0E2

Black with #F7C0E2

Text Example


Text Example

White with #F7C0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C0E2; }

 p { color: rgb(247,192,226); }

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

background-color css

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

 a { background-color: rgb(247,192,226); }

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

border-color css

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

 span { border-color: rgb(247,192,226); }

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