Html Css Color HEX #FFDCE2 Carousel Pink

📋 copy color: '#FFDCE2'

red 255 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #FFDCE2

Tints of Carousel Pink #FFDCE2

RGB

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

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

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

R = 36.38%
G = 31.38%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFDCE2 (or 0xFFDCE2) is known color: Carousel Pink. HEX triplet: FF, DC and E2. RGB value is (255,220,226). Sum of RGB (Red+Green+Blue) = 255+220+226=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE2 is #00231D. Grayscale: #E7E7E7. Windows color (decimal): -8990 or 14867711. OLE color: 14867711.

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

Color convert

RGB 255 220 226 -
CMYK 0 0.14 0.11 0
HSL 349.71º 1% 0.93% -
HSV(B) 349.71º 0.14% 1% -
XYZ 80.56 77.94 82.75 -
YUV 231.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 255 220 226 0 0.14 0.11 0 349.71 1 0.93
Hex FF DC E2 0 E B 0 15E 64 5D
Octal 377 334 342 0 16 13 0 536 144 135
Binary 11111111 11011100 11100010 0 1110 1011 0 101011110 1100100 1011101

Color Harmonies of #FFDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDCE2

Black with #FFDCE2

Text Example


Text Example

White with #FFDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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