Html Css Color HEX #F6DEE3 Carousel Pink

📋 copy color: '#F6DEE3'

red 246 ◦ green 222 ◦ blue 227

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

Shades of Carousel Pink #F6DEE3

Tints of Carousel Pink #F6DEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.94%

 BLUE value IS 227 (89.06% from 255) = 32.66%

R = 35.4%
G = 31.94%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6DEE3 (or 0xF6DEE3) is known color: Carousel Pink. HEX triplet: F6, DE and E3. RGB value is (246,222,227). Sum of RGB (Red+Green+Blue) = 246+222+227=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEE3 is #09211C. Grayscale: #E5E5E5. Windows color (decimal): -598301 or 14933750. OLE color: 14933750.

HSL color Cylindrical-coordinate representation of color #F6DEE3: hue angle of 347.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEE3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 222 227 -
CMYK 0 0.10 0.08 0.04
HSL 347.5º 0.57% 0.92% -
HSV(B) 347.5º 0.1% 0.96% -
XYZ 77.99 77.38 83.5 -
YUV 229.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 246 222 227 0 0.10 0.08 0.04 347.5 0.57 0.92
Hex F6 DE E3 0 A 8 4 15C 39 5C
Octal 366 336 343 0 12 10 4 534 71 134
Binary 11110110 11011110 11100011 0 1010 1000 100 101011100 111001 1011100

Color Harmonies of #F6DEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DEE3

Black with #F6DEE3

Text Example


Text Example

White with #F6DEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DEE3; }

 p { color: rgb(246,222,227); }

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

background-color css

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

 a { background-color: rgb(246,222,227); }

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

border-color css

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

 span { border-color: rgb(246,222,227); }

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