Html Css Color HEX #F1DCE2 Carousel Pink

📋 copy color: '#F1DCE2'

red 241 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #F1DCE2

Tints of Carousel Pink #F1DCE2

RGB

 RED value IS 241 (94.53% from 255) = 35.08%

 GREEN value IS 220 (86.33% from 255) = 32.02%

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

R = 35.08%
G = 32.02%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1DCE2 (or 0xF1DCE2) is known color: Carousel Pink. HEX triplet: F1, DC and E2. RGB value is (241,220,226). Sum of RGB (Red+Green+Blue) = 241+220+226=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCE2 is #0E231D. Grayscale: #E2E2E2. Windows color (decimal): -926494 or 14867697. OLE color: 14867697.

HSL color Cylindrical-coordinate representation of color #F1DCE2: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCE2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 226 -
CMYK 0 0.09 0.06 0.05
HSL 342.86º 0.43% 0.9% -
HSV(B) 342.86º 0.09% 0.95% -
XYZ 75.6 75.38 82.52 -
YUV 226.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 241 220 226 0 0.09 0.06 0.05 342.86 0.43 0.9
Hex F1 DC E2 0 9 6 5 157 2B 5A
Octal 361 334 342 0 11 6 5 527 53 132
Binary 11110001 11011100 11100010 0 1001 110 101 101010111 101011 1011010

Color Harmonies of #F1DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCE2

Black with #F1DCE2

Text Example


Text Example

White with #F1DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCE2; }

 p { color: rgb(241,220,226); }

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

background-color css

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

 a { background-color: rgb(241,220,226); }

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

border-color css

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

 span { border-color: rgb(241,220,226); }

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