Html Css Color HEX #F6D3EA Classic Rose

📋 copy color: '#F6D3EA'

red 246 ◦ green 211 ◦ blue 234

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

Shades of Classic Rose #F6D3EA

Tints of Classic Rose #F6D3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 35.6%
G = 30.54%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6D3EA (or 0xF6D3EA) is known color: Classic Rose. HEX triplet: F6, D3 and EA. RGB value is (246,211,234). Sum of RGB (Red+Green+Blue) = 246+211+234=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3EA is #092C15. Grayscale: #E0E0E0. Windows color (decimal): -601110 or 15389686. OLE color: 15389686.

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

Color convert

RGB 246 211 234 -
CMYK 0 0.14 0.05 0.04
HSL 320.57º 0.66% 0.9% -
HSV(B) 320.57º 0.14% 0.96% -
XYZ 76.15 72.12 87.75 -
YUV 224.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 246 211 234 0 0.14 0.05 0.04 320.57 0.66 0.9
Hex F6 D3 EA 0 E 5 4 141 42 5A
Octal 366 323 352 0 16 5 4 501 102 132
Binary 11110110 11010011 11101010 0 1110 101 100 101000001 1000010 1011010

Color Harmonies of #F6D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3EA

Black with #F6D3EA

Text Example


Text Example

White with #F6D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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