Html Css Color HEX #FFE1E6 Carousel Pink

📋 copy color: '#FFE1E6'

red 255 ◦ green 225 ◦ blue 230

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

Shades of Carousel Pink #FFE1E6

Tints of Carousel Pink #FFE1E6

RGB

 RED value IS 255 (100% from 255) = 35.92%

 GREEN value IS 225 (88.28% from 255) = 31.69%

 BLUE value IS 230 (90.23% from 255) = 32.39%

R = 35.92%
G = 31.69%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFE1E6 (or 0xFFE1E6) is known color: Carousel Pink. HEX triplet: FF, E1 and E6. RGB value is (255,225,230). Sum of RGB (Red+Green+Blue) = 255+225+230=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1E6 is #001E19. Grayscale: #EAEAEA. Windows color (decimal): -7706 or 15131135. OLE color: 15131135.

HSL color Cylindrical-coordinate representation of color #FFE1E6: hue angle of 350º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1E6 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 230 -
CMYK 0 0.12 0.10 0
HSL 350º 1% 0.94% -
HSV(B) 350º 0.12% 1% -
XYZ 82.45 80.82 86.12 -
YUV 234.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 255 225 230 0 0.12 0.10 0 350 1 0.94
Hex FF E1 E6 0 C A 0 15E 64 5E
Octal 377 341 346 0 14 12 0 536 144 136
Binary 11111111 11100001 11100110 0 1100 1010 0 101011110 1100100 1011110

Color Harmonies of #FFE1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1E6

Black with #FFE1E6

Text Example


Text Example

White with #FFE1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1E6; }

 p { color: rgb(255,225,230); }

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

background-color css

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

 a { background-color: rgb(255,225,230); }

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

border-color css

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

 span { border-color: rgb(255,225,230); }

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