Html Css Color HEX #F7C2EA Classic Rose

📋 copy color: '#F7C2EA'

red 247 ◦ green 194 ◦ blue 234

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

Shades of Classic Rose #F7C2EA

Tints of Classic Rose #F7C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 36.59%
G = 28.74%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7C2EA (or 0xF7C2EA) is known color: Classic Rose. HEX triplet: F7, C2 and EA. RGB value is (247,194,234). Sum of RGB (Red+Green+Blue) = 247+194+234=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EA is #083D15. Grayscale: #D6D6D6. Windows color (decimal): -539926 or 15385335. OLE color: 15385335.

HSL color Cylindrical-coordinate representation of color #F7C2EA: hue angle of 314.72º 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 #F7C2EA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 234 -
CMYK 0 0.21 0.05 0.03
HSL 314.72º 0.77% 0.86% -
HSV(B) 314.72º 0.21% 0.97% -
XYZ 72.5 64.3 86.43 -
YUV 214.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 247 194 234 0 0.21 0.05 0.03 314.72 0.77 0.86
Hex F7 C2 EA 0 15 5 3 13B 4D 56
Octal 367 302 352 0 25 5 3 473 115 126
Binary 11110111 11000010 11101010 0 10101 101 11 100111011 1001101 1010110

Color Harmonies of #F7C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2EA

Black with #F7C2EA

Text Example


Text Example

White with #F7C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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