Html Css Color HEX #F6CCE2 Classic Rose

📋 copy color: '#F6CCE2'

red 246 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #F6CCE2

Tints of Classic Rose #F6CCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.18%

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

R = 36.39%
G = 30.18%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6CCE2 (or 0xF6CCE2) is known color: Classic Rose. HEX triplet: F6, CC and E2. RGB value is (246,204,226). Sum of RGB (Red+Green+Blue) = 246+204+226=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCE2 is #09331D. Grayscale: #DBDBDB. Windows color (decimal): -602910 or 14863606. OLE color: 14863606.

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

Color convert

RGB 246 204 226 -
CMYK 0 0.17 0.08 0.04
HSL 328.57º 0.7% 0.88% -
HSV(B) 328.57º 0.17% 0.96% -
XYZ 73.33 68.27 81.26 -
YUV 219.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 246 204 226 0 0.17 0.08 0.04 328.57 0.7 0.88
Hex F6 CC E2 0 11 8 4 149 46 58
Octal 366 314 342 0 21 10 4 511 106 130
Binary 11110110 11001100 11100010 0 10001 1000 100 101001001 1000110 1011000

Color Harmonies of #F6CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCE2

Black with #F6CCE2

Text Example


Text Example

White with #F6CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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