Html Css Color HEX #F6DFE2 Carousel Pink

📋 copy color: '#F6DFE2'

red 246 ◦ green 223 ◦ blue 226

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

Shades of Carousel Pink #F6DFE2

Tints of Carousel Pink #F6DFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.09%

 BLUE value IS 226 (88.67% from 255) = 32.52%

R = 35.4%
G = 32.09%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6DFE2 (or 0xF6DFE2) is known color: Carousel Pink. HEX triplet: F6, DF and E2. RGB value is (246,223,226). Sum of RGB (Red+Green+Blue) = 246+223+226=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFE2 is #09201D. Grayscale: #E6E6E6. Windows color (decimal): -598046 or 14868470. OLE color: 14868470.

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

Color convert

RGB 246 223 226 -
CMYK 0 0.09 0.08 0.04
HSL 352.17º 0.56% 0.92% -
HSV(B) 352.17º 0.09% 0.96% -
XYZ 78.12 77.86 82.86 -
YUV 230.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 246 223 226 0 0.09 0.08 0.04 352.17 0.56 0.92
Hex F6 DF E2 0 9 8 4 160 38 5C
Octal 366 337 342 0 11 10 4 540 70 134
Binary 11110110 11011111 11100010 0 1001 1000 100 101100000 111000 1011100

Color Harmonies of #F6DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFE2

Black with #F6DFE2

Text Example


Text Example

White with #F6DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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