Html Css Color HEX #FFE2E7 Carousel Pink

📋 copy color: '#FFE2E7'

red 255 ◦ green 226 ◦ blue 231

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

Shades of Carousel Pink #FFE2E7

Tints of Carousel Pink #FFE2E7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.74%

 BLUE value IS 231 (90.63% from 255) = 32.44%

R = 35.81%
G = 31.74%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFE2E7 (or 0xFFE2E7) is known color: Carousel Pink. HEX triplet: FF, E2 and E7. RGB value is (255,226,231). Sum of RGB (Red+Green+Blue) = 255+226+231=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2E7 is #001D18. Grayscale: #EBEBEB. Windows color (decimal): -7449 or 15196927. OLE color: 15196927.

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

Color convert

RGB 255 226 231 -
CMYK 0 0.11 0.09 0
HSL 349.66º 1% 0.94% -
HSV(B) 349.66º 0.11% 1% -
XYZ 82.86 81.42 86.95 -
YUV 235.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 255 226 231 0 0.11 0.09 0 349.66 1 0.94
Hex FF E2 E7 0 B 9 0 15E 64 5E
Octal 377 342 347 0 13 11 0 536 144 136
Binary 11111111 11100010 11100111 0 1011 1001 0 101011110 1100100 1011110

Color Harmonies of #FFE2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2E7

Black with #FFE2E7

Text Example


Text Example

White with #FFE2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2E7; }

 p { color: rgb(255,226,231); }

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

background-color css

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

 a { background-color: rgb(255,226,231); }

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

border-color css

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

 span { border-color: rgb(255,226,231); }

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