Html Css Color HEX #FDDCE2 Carousel Pink

📋 copy color: '#FDDCE2'

red 253 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #FDDCE2

Tints of Carousel Pink #FDDCE2

RGB

 RED value IS 253 (99.22% from 255) = 36.19%

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

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

R = 36.19%
G = 31.47%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDCE2 (or 0xFDDCE2) is known color: Carousel Pink. HEX triplet: FD, DC and E2. RGB value is (253,220,226). Sum of RGB (Red+Green+Blue) = 253+220+226=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE2 is #02231D. Grayscale: #E6E6E6. Windows color (decimal): -140062 or 14867709. OLE color: 14867709.

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

Color convert

RGB 253 220 226 -
CMYK 0 0.13 0.11 0.01
HSL 349.09º 0.89% 0.93% -
HSV(B) 349.09º 0.13% 0.99% -
XYZ 79.83 77.56 82.71 -
YUV 230.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 253 220 226 0 0.13 0.11 0.01 349.09 0.89 0.93
Hex FD DC E2 0 D B 1 15D 59 5D
Octal 375 334 342 0 15 13 1 535 131 135
Binary 11111101 11011100 11100010 0 1101 1011 1 101011101 1011001 1011101

Color Harmonies of #FDDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE2

Black with #FDDCE2

Text Example


Text Example

White with #FDDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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