Html Css Color HEX #F6D3E7 Classic Rose

📋 copy color: '#F6D3E7'

red 246 ◦ green 211 ◦ blue 231

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

Shades of Classic Rose #F6D3E7

Tints of Classic Rose #F6D3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.58%

R = 35.76%
G = 30.67%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F6D3E7 (or 0xF6D3E7) is known color: Classic Rose. HEX triplet: F6, D3 and E7. RGB value is (246,211,231). Sum of RGB (Red+Green+Blue) = 246+211+231=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3E7 is #092C18. Grayscale: #DFDFDF. Windows color (decimal): -601113 or 15193078. OLE color: 15193078.

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

Color convert

RGB 246 211 231 -
CMYK 0 0.14 0.06 0.04
HSL 325.71º 0.66% 0.9% -
HSV(B) 325.71º 0.14% 0.96% -
XYZ 75.72 71.95 85.5 -
YUV 223.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 246 211 231 0 0.14 0.06 0.04 325.71 0.66 0.9
Hex F6 D3 E7 0 E 6 4 146 42 5A
Octal 366 323 347 0 16 6 4 506 102 132
Binary 11110110 11010011 11100111 0 1110 110 100 101000110 1000010 1011010

Color Harmonies of #F6D3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3E7

Black with #F6D3E7

Text Example


Text Example

White with #F6D3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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