Html Css Color HEX #F6CDE3 Classic Rose

📋 copy color: '#F6CDE3'

red 246 ◦ green 205 ◦ blue 227

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

Shades of Classic Rose #F6CDE3

Tints of Classic Rose #F6CDE3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.24%

 BLUE value IS 227 (89.06% from 255) = 33.48%

R = 36.28%
G = 30.24%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6CDE3 (or 0xF6CDE3) is known color: Classic Rose. HEX triplet: F6, CD and E3. RGB value is (246,205,227). Sum of RGB (Red+Green+Blue) = 246+205+227=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDE3 is #09321C. Grayscale: #DBDBDB. Windows color (decimal): -602653 or 14929398. OLE color: 14929398.

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

Color convert

RGB 246 205 227 -
CMYK 0 0.17 0.08 0.04
HSL 327.8º 0.69% 0.88% -
HSV(B) 327.8º 0.17% 0.96% -
XYZ 73.7 68.8 82.07 -
YUV 219.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 246 205 227 0 0.17 0.08 0.04 327.8 0.69 0.88
Hex F6 CD E3 0 11 8 4 148 45 58
Octal 366 315 343 0 21 10 4 510 105 130
Binary 11110110 11001101 11100011 0 10001 1000 100 101001000 1000101 1011000

Color Harmonies of #F6CDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDE3

Black with #F6CDE3

Text Example


Text Example

White with #F6CDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDE3; }

 p { color: rgb(246,205,227); }

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

background-color css

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

 a { background-color: rgb(246,205,227); }

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

border-color css

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

 span { border-color: rgb(246,205,227); }

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