Html Css Color HEX #F6D3ED Classic Rose

📋 copy color: '#F6D3ED'

red 246 ◦ green 211 ◦ blue 237

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

Shades of Classic Rose #F6D3ED

Tints of Classic Rose #F6D3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.4%

 BLUE value IS 237 (92.97% from 255) = 34.15%

R = 35.45%
G = 30.4%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6D3ED (or 0xF6D3ED) is known color: Classic Rose. HEX triplet: F6, D3 and ED. RGB value is (246,211,237). Sum of RGB (Red+Green+Blue) = 246+211+237=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3ED is #092C12. Grayscale: #E0E0E0. Windows color (decimal): -601107 or 15586294. OLE color: 15586294.

HSL color Cylindrical-coordinate representation of color #F6D3ED: hue angle of 315.43º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3ED is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 211 237 -
CMYK 0 0.14 0.04 0.04
HSL 315.43º 0.66% 0.9% -
HSV(B) 315.43º 0.14% 0.96% -
XYZ 76.59 72.3 90.04 -
YUV 224.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 246 211 237 0 0.14 0.04 0.04 315.43 0.66 0.9
Hex F6 D3 ED 0 E 4 4 13B 42 5A
Octal 366 323 355 0 16 4 4 473 102 132
Binary 11110110 11010011 11101101 0 1110 100 100 100111011 1000010 1011010

Color Harmonies of #F6D3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3ED

Black with #F6D3ED

Text Example


Text Example

White with #F6D3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3ED; }

 p { color: rgb(246,211,237); }

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

background-color css

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

 a { background-color: rgb(246,211,237); }

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

border-color css

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

 span { border-color: rgb(246,211,237); }

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