Html Css Color HEX #F6CEDF Classic Rose

📋 copy color: '#F6CEDF'

red 246 ◦ green 206 ◦ blue 223

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

Shades of Classic Rose #F6CEDF

Tints of Classic Rose #F6CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.04%

R = 36.44%
G = 30.52%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6CEDF (or 0xF6CEDF) is known color: Classic Rose. HEX triplet: F6, CE and DF. RGB value is (246,206,223). Sum of RGB (Red+Green+Blue) = 246+206+223=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEDF is #093120. Grayscale: #DBDBDB. Windows color (decimal): -602401 or 14667510. OLE color: 14667510.

HSL color Cylindrical-coordinate representation of color #F6CEDF: hue angle of 334.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 #F6CEDF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 223 -
CMYK 0 0.16 0.09 0.04
HSL 334.5º 0.69% 0.89% -
HSV(B) 334.5º 0.16% 0.96% -
XYZ 73.4 69.06 79.27 -
YUV 219.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 246 206 223 0 0.16 0.09 0.04 334.5 0.69 0.89
Hex F6 CE DF 0 10 9 4 14E 45 59
Octal 366 316 337 0 20 11 4 516 105 131
Binary 11110110 11001110 11011111 0 10000 1001 100 101001110 1000101 1011001

Color Harmonies of #F6CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEDF

Black with #F6CEDF

Text Example


Text Example

White with #F6CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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