Html Css Color HEX #F6CFDE Classic Rose

📋 copy color: '#F6CFDE'

red 246 ◦ green 207 ◦ blue 222

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

Shades of Classic Rose #F6CFDE

Tints of Classic Rose #F6CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

 BLUE value IS 222 (87.11% from 255) = 32.89%

R = 36.44%
G = 30.67%
B = 32.89%

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

#F6CFDE (or 0xF6CFDE) is known color: Classic Rose. HEX triplet: F6, CF and DE. RGB value is (246,207,222). Sum of RGB (Red+Green+Blue) = 246+207+222=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFDE is #093021. Grayscale: #DCDCDC. Windows color (decimal): -602146 or 14602230. OLE color: 14602230.

HSL color Cylindrical-coordinate representation of color #F6CFDE: hue angle of 336.92º degrees, saturation: 0.68, 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 #F6CFDE is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 222 -
CMYK 0 0.16 0.10 0.04
HSL 336.92º 0.68% 0.89% -
HSV(B) 336.92º 0.16% 0.96% -
XYZ 73.5 69.49 78.65 -
YUV 220.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 246 207 222 0 0.16 0.10 0.04 336.92 0.68 0.89
Hex F6 CF DE 0 10 A 4 151 44 59
Octal 366 317 336 0 20 12 4 521 104 131
Binary 11110110 11001111 11011110 0 10000 1010 100 101010001 1000100 1011001

Color Harmonies of #F6CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFDE

Black with #F6CFDE

Text Example


Text Example

White with #F6CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFDE; }

 p { color: rgb(246,207,222); }

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

background-color css

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

 a { background-color: rgb(246,207,222); }

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

border-color css

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

 span { border-color: rgb(246,207,222); }

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