Html Css Color HEX #F6C2E4 Classic Rose

📋 copy color: '#F6C2E4'

red 246 ◦ green 194 ◦ blue 228

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

Shades of Classic Rose #F6C2E4

Tints of Classic Rose #F6C2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.13%

R = 36.83%
G = 29.04%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6C2E4 (or 0xF6C2E4) is known color: Classic Rose. HEX triplet: F6, C2 and E4. RGB value is (246,194,228). Sum of RGB (Red+Green+Blue) = 246+194+228=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2E4 is #093D1B. Grayscale: #D5D5D5. Windows color (decimal): -605468 or 14992118. OLE color: 14992118.

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

Color convert

RGB 246 194 228 -
CMYK 0 0.21 0.07 0.04
HSL 320.77º 0.74% 0.86% -
HSV(B) 320.77º 0.21% 0.96% -
XYZ 71.3 63.78 81.95 -
YUV 213.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 246 194 228 0 0.21 0.07 0.04 320.77 0.74 0.86
Hex F6 C2 E4 0 15 7 4 141 4A 56
Octal 366 302 344 0 25 7 4 501 112 126
Binary 11110110 11000010 11100100 0 10101 111 100 101000001 1001010 1010110

Color Harmonies of #F6C2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2E4

Black with #F6C2E4

Text Example


Text Example

White with #F6C2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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