Html Css Color HEX #F6C2E2 Classic Rose

📋 copy color: '#F6C2E2'

red 246 ◦ green 194 ◦ blue 226

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

Shades of Classic Rose #F6C2E2

Tints of Classic Rose #F6C2E2

RGB

 RED value IS 246 (96.48% from 255) = 36.94%

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

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

R = 36.94%
G = 29.13%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6C2E2 (or 0xF6C2E2) is known color: Classic Rose. HEX triplet: F6, C2 and E2. RGB value is (246,194,226). Sum of RGB (Red+Green+Blue) = 246+194+226=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2E2 is #093D1D. Grayscale: #D5D5D5. Windows color (decimal): -605470 or 14861046. OLE color: 14861046.

HSL color Cylindrical-coordinate representation of color #F6C2E2: hue angle of 323.08º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2E2 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 226 -
CMYK 0 0.21 0.08 0.04
HSL 323.08º 0.74% 0.86% -
HSV(B) 323.08º 0.21% 0.96% -
XYZ 71.03 63.67 80.5 -
YUV 213.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 246 194 226 0 0.21 0.08 0.04 323.08 0.74 0.86
Hex F6 C2 E2 0 15 8 4 143 4A 56
Octal 366 302 342 0 25 10 4 503 112 126
Binary 11110110 11000010 11100010 0 10101 1000 100 101000011 1001010 1010110

Color Harmonies of #F6C2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2E2

Black with #F6C2E2

Text Example


Text Example

White with #F6C2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2E2; }

 p { color: rgb(246,194,226); }

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

background-color css

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

 a { background-color: rgb(246,194,226); }

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

border-color css

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

 span { border-color: rgb(246,194,226); }

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