Html Css Color HEX #F6D4ED Classic Rose

📋 copy color: '#F6D4ED'

red 246 ◦ green 212 ◦ blue 237

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

Shades of Classic Rose #F6D4ED

Tints of Classic Rose #F6D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.5%

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

R = 35.4%
G = 30.5%
B = 34.1%

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

#F6D4ED (or 0xF6D4ED) is known color: Classic Rose. HEX triplet: F6, D4 and ED. RGB value is (246,212,237). Sum of RGB (Red+Green+Blue) = 246+212+237=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D4ED is #092B12. Grayscale: #E0E0E0. Windows color (decimal): -600851 or 15586550. OLE color: 15586550.

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

Color convert

RGB 246 212 237 -
CMYK 0 0.14 0.04 0.04
HSL 315.88º 0.65% 0.9% -
HSV(B) 315.88º 0.14% 0.96% -
XYZ 76.84 72.79 90.12 -
YUV 225.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 246 212 237 0 0.14 0.04 0.04 315.88 0.65 0.9
Hex F6 D4 ED 0 E 4 4 13C 41 5A
Octal 366 324 355 0 16 4 4 474 101 132
Binary 11110110 11010100 11101101 0 1110 100 100 100111100 1000001 1011010

Color Harmonies of #F6D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4ED

Black with #F6D4ED

Text Example


Text Example

White with #F6D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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