Html Css Color HEX #F6CDE9 Classic Rose

📋 copy color: '#F6CDE9'

red 246 ◦ green 205 ◦ blue 233

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

Shades of Classic Rose #F6CDE9

Tints of Classic Rose #F6CDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.06%

R = 35.96%
G = 29.97%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6CDE9 (or 0xF6CDE9) is known color: Classic Rose. HEX triplet: F6, CD and E9. RGB value is (246,205,233). Sum of RGB (Red+Green+Blue) = 246+205+233=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDE9 is #093216. Grayscale: #DCDCDC. Windows color (decimal): -602647 or 15322614. OLE color: 15322614.

HSL color Cylindrical-coordinate representation of color #F6CDE9: hue angle of 319.02º 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 #F6CDE9 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 233 -
CMYK 0 0.17 0.05 0.04
HSL 319.02º 0.69% 0.88% -
HSV(B) 319.02º 0.17% 0.96% -
XYZ 74.55 69.14 86.51 -
YUV 220.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 246 205 233 0 0.17 0.05 0.04 319.02 0.69 0.88
Hex F6 CD E9 0 11 5 4 13F 45 58
Octal 366 315 351 0 21 5 4 477 105 130
Binary 11110110 11001101 11101001 0 10001 101 100 100111111 1000101 1011000

Color Harmonies of #F6CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDE9

Black with #F6CDE9

Text Example


Text Example

White with #F6CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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