Html Css Color HEX #F6D9E0 Carousel Pink

📋 copy color: '#F6D9E0'

red 246 ◦ green 217 ◦ blue 224

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

Shades of Carousel Pink #F6D9E0

Tints of Carousel Pink #F6D9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.59%

 BLUE value IS 224 (87.89% from 255) = 32.61%

R = 35.81%
G = 31.59%
B = 32.61%

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

#F6D9E0 (or 0xF6D9E0) is known color: Carousel Pink. HEX triplet: F6, D9 and E0. RGB value is (246,217,224). Sum of RGB (Red+Green+Blue) = 246+217+224=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9E0 is #09261F. Grayscale: #E2E2E2. Windows color (decimal): -599584 or 14735862. OLE color: 14735862.

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

Color convert

RGB 246 217 224 -
CMYK 0 0.12 0.09 0.04
HSL 345.52º 0.62% 0.91% -
HSV(B) 345.52º 0.12% 0.96% -
XYZ 76.27 74.6 80.9 -
YUV 226.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 246 217 224 0 0.12 0.09 0.04 345.52 0.62 0.91
Hex F6 D9 E0 0 C 9 4 15A 3E 5B
Octal 366 331 340 0 14 11 4 532 76 133
Binary 11110110 11011001 11100000 0 1100 1001 100 101011010 111110 1011011

Color Harmonies of #F6D9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9E0

Black with #F6D9E0

Text Example


Text Example

White with #F6D9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9E0; }

 p { color: rgb(246,217,224); }

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

background-color css

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

 a { background-color: rgb(246,217,224); }

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

border-color css

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

 span { border-color: rgb(246,217,224); }

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