Html Css Color HEX #F6D8DF Carousel Pink

📋 copy color: '#F6D8DF'

red 246 ◦ green 216 ◦ blue 223

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

Shades of Carousel Pink #F6D8DF

Tints of Carousel Pink #F6D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.53%

 BLUE value IS 223 (87.5% from 255) = 32.55%

R = 35.91%
G = 31.53%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6D8DF (or 0xF6D8DF) is known color: Carousel Pink. HEX triplet: F6, D8 and DF. RGB value is (246,216,223). Sum of RGB (Red+Green+Blue) = 246+216+223=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DF is #092720. Grayscale: #E1E1E1. Windows color (decimal): -599841 or 14670070. OLE color: 14670070.

HSL color Cylindrical-coordinate representation of color #F6D8DF: hue angle of 346º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D8DF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 216 223 -
CMYK 0 0.12 0.09 0.04
HSL 346º 0.63% 0.91% -
HSV(B) 346º 0.12% 0.96% -
XYZ 75.88 74.03 80.1 -
YUV 225.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 246 216 223 0 0.12 0.09 0.04 346 0.63 0.91
Hex F6 D8 DF 0 C 9 4 15A 3E 5B
Octal 366 330 337 0 14 11 4 532 76 133
Binary 11110110 11011000 11011111 0 1100 1001 100 101011010 111110 1011011

Color Harmonies of #F6D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8DF

Black with #F6D8DF

Text Example


Text Example

White with #F6D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8DF; }

 p { color: rgb(246,216,223); }

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

background-color css

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

 a { background-color: rgb(246,216,223); }

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

border-color css

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

 span { border-color: rgb(246,216,223); }

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