Html Css Color HEX #F1DEE2 Carousel Pink

📋 copy color: '#F1DEE2'

red 241 ◦ green 222 ◦ blue 226

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

Shades of Carousel Pink #F1DEE2

Tints of Carousel Pink #F1DEE2

RGB

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

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

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

R = 34.98%
G = 32.22%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1DEE2 (or 0xF1DEE2) is known color: Carousel Pink. HEX triplet: F1, DE and E2. RGB value is (241,222,226). Sum of RGB (Red+Green+Blue) = 241+222+226=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEE2 is #0E211D. Grayscale: #E4E4E4. Windows color (decimal): -925982 or 14868209. OLE color: 14868209.

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

Color convert

RGB 241 222 226 -
CMYK 0 0.08 0.06 0.05
HSL 347.37º 0.4% 0.91% -
HSV(B) 347.37º 0.08% 0.95% -
XYZ 76.12 76.43 82.69 -
YUV 228.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 241 222 226 0 0.08 0.06 0.05 347.37 0.4 0.91
Hex F1 DE E2 0 8 6 5 15B 28 5B
Octal 361 336 342 0 10 6 5 533 50 133
Binary 11110001 11011110 11100010 0 1000 110 101 101011011 101000 1011011

Color Harmonies of #F1DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEE2

Black with #F1DEE2

Text Example


Text Example

White with #F1DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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