Html Css Color HEX #F6D2EB Classic Rose

📋 copy color: '#F6D2EB'

red 246 ◦ green 210 ◦ blue 235

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

Shades of Classic Rose #F6D2EB

Tints of Classic Rose #F6D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.39%

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 35.6%
G = 30.39%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6D2EB (or 0xF6D2EB) is known color: Classic Rose. HEX triplet: F6, D2 and EB. RGB value is (246,210,235). Sum of RGB (Red+Green+Blue) = 246+210+235=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D2EB is #092D14. Grayscale: #DFDFDF. Windows color (decimal): -601365 or 15454966. OLE color: 15454966.

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

Color convert

RGB 246 210 235 -
CMYK 0 0.15 0.04 0.04
HSL 318.33º 0.67% 0.89% -
HSV(B) 318.33º 0.15% 0.96% -
XYZ 76.05 71.68 88.43 -
YUV 223.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 246 210 235 0 0.15 0.04 0.04 318.33 0.67 0.89
Hex F6 D2 EB 0 F 4 4 13E 43 59
Octal 366 322 353 0 17 4 4 476 103 131
Binary 11110110 11010010 11101011 0 1111 100 100 100111110 1000011 1011001

Color Harmonies of #F6D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2EB

Black with #F6D2EB

Text Example


Text Example

White with #F6D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2EB; }

 p { color: rgb(246,210,235); }

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

background-color css

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

 a { background-color: rgb(246,210,235); }

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

border-color css

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

 span { border-color: rgb(246,210,235); }

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