Html Css Color HEX #F6C9EC Classic Rose

📋 copy color: '#F6C9EC'

red 246 ◦ green 201 ◦ blue 236

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

Shades of Classic Rose #F6C9EC

Tints of Classic Rose #F6C9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.43%

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

R = 36.02%
G = 29.43%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6C9EC (or 0xF6C9EC) is known color: Classic Rose. HEX triplet: F6, C9 and EC. RGB value is (246,201,236). Sum of RGB (Red+Green+Blue) = 246+201+236=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9EC is #093613. Grayscale: #DADADA. Windows color (decimal): -603668 or 15518198. OLE color: 15518198.

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

Color convert

RGB 246 201 236 -
CMYK 0 0.18 0.04 0.04
HSL 313.33º 0.71% 0.88% -
HSV(B) 313.33º 0.18% 0.96% -
XYZ 74.03 67.42 88.47 -
YUV 218.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 246 201 236 0 0.18 0.04 0.04 313.33 0.71 0.88
Hex F6 C9 EC 0 12 4 4 139 47 58
Octal 366 311 354 0 22 4 4 471 107 130
Binary 11110110 11001001 11101100 0 10010 100 100 100111001 1000111 1011000

Color Harmonies of #F6C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C9EC

Black with #F6C9EC

Text Example


Text Example

White with #F6C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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