Html Css Color HEX #F6D4EC Classic Rose

📋 copy color: '#F6D4EC'

red 246 ◦ green 212 ◦ blue 236

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

Shades of Classic Rose #F6D4EC

Tints of Classic Rose #F6D4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.55%

 BLUE value IS 236 (92.58% from 255) = 34.01%

R = 35.45%
G = 30.55%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6D4EC (or 0xF6D4EC) is known color: Classic Rose. HEX triplet: F6, D4 and EC. RGB value is (246,212,236). Sum of RGB (Red+Green+Blue) = 246+212+236=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D4EC is #092B13. Grayscale: #E0E0E0. Windows color (decimal): -600852 or 15521014. OLE color: 15521014.

HSL color Cylindrical-coordinate representation of color #F6D4EC: hue angle of 317.65º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D4EC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 212 236 -
CMYK 0 0.14 0.04 0.04
HSL 317.65º 0.65% 0.9% -
HSV(B) 317.65º 0.14% 0.96% -
XYZ 76.69 72.74 89.35 -
YUV 224.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 246 212 236 0 0.14 0.04 0.04 317.65 0.65 0.9
Hex F6 D4 EC 0 E 4 4 13E 41 5A
Octal 366 324 354 0 16 4 4 476 101 132
Binary 11110110 11010100 11101100 0 1110 100 100 100111110 1000001 1011010

Color Harmonies of #F6D4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4EC

Black with #F6D4EC

Text Example


Text Example

White with #F6D4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4EC; }

 p { color: rgb(246,212,236); }

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

background-color css

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

 a { background-color: rgb(246,212,236); }

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

border-color css

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

 span { border-color: rgb(246,212,236); }

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