Html Css Color HEX #F1E0E3 Carousel Pink

📋 copy color: '#F1E0E3'

red 241 ◦ green 224 ◦ blue 227

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

Shades of Carousel Pink #F1E0E3

Tints of Carousel Pink #F1E0E3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.37%

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

R = 34.83%
G = 32.37%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1E0E3 (or 0xF1E0E3) is known color: Carousel Pink. HEX triplet: F1, E0 and E3. RGB value is (241,224,227). Sum of RGB (Red+Green+Blue) = 241+224+227=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0E3 is #0E1F1C. Grayscale: #E5E5E5. Windows color (decimal): -925469 or 14934257. OLE color: 14934257.

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

Color convert

RGB 241 224 227 -
CMYK 0 0.07 0.06 0.05
HSL 349.41º 0.38% 0.91% -
HSV(B) 349.41º 0.07% 0.95% -
XYZ 76.8 77.56 83.6 -
YUV 229.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 241 224 227 0 0.07 0.06 0.05 349.41 0.38 0.91
Hex F1 E0 E3 0 7 6 5 15D 26 5B
Octal 361 340 343 0 7 6 5 535 46 133
Binary 11110001 11100000 11100011 0 111 110 101 101011101 100110 1011011

Color Harmonies of #F1E0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0E3

Black with #F1E0E3

Text Example


Text Example

White with #F1E0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0E3; }

 p { color: rgb(241,224,227); }

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

background-color css

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

 a { background-color: rgb(241,224,227); }

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

border-color css

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

 span { border-color: rgb(241,224,227); }

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