Html Css Color HEX #F6CEDD Classic Rose

📋 copy color: '#F6CEDD'

red 246 ◦ green 206 ◦ blue 221

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

Shades of Classic Rose #F6CEDD

Tints of Classic Rose #F6CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

 BLUE value IS 221 (86.72% from 255) = 32.84%

R = 36.55%
G = 30.61%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6CEDD (or 0xF6CEDD) is known color: Classic Rose. HEX triplet: F6, CE and DD. RGB value is (246,206,221). Sum of RGB (Red+Green+Blue) = 246+206+221=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEDD is #093122. Grayscale: #DBDBDB. Windows color (decimal): -602403 or 14536438. OLE color: 14536438.

HSL color Cylindrical-coordinate representation of color #F6CEDD: hue angle of 337.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CEDD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 221 -
CMYK 0 0.16 0.10 0.04
HSL 337.5º 0.69% 0.89% -
HSV(B) 337.5º 0.16% 0.96% -
XYZ 73.13 68.96 77.86 -
YUV 219.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 246 206 221 0 0.16 0.10 0.04 337.5 0.69 0.89
Hex F6 CE DD 0 10 A 4 152 45 59
Octal 366 316 335 0 20 12 4 522 105 131
Binary 11110110 11001110 11011101 0 10000 1010 100 101010010 1000101 1011001

Color Harmonies of #F6CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEDD

Black with #F6CEDD

Text Example


Text Example

White with #F6CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEDD; }

 p { color: rgb(246,206,221); }

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

background-color css

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

 a { background-color: rgb(246,206,221); }

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

border-color css

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

 span { border-color: rgb(246,206,221); }

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