Html Css Color HEX #FDDCE3 Carousel Pink

📋 copy color: '#FDDCE3'

red 253 ◦ green 220 ◦ blue 227

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

Shades of Carousel Pink #FDDCE3

Tints of Carousel Pink #FDDCE3

RGB

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

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

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

R = 36.14%
G = 31.43%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDDCE3 (or 0xFDDCE3) is known color: Carousel Pink. HEX triplet: FD, DC and E3. RGB value is (253,220,227). Sum of RGB (Red+Green+Blue) = 253+220+227=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE3 is #02231C. Grayscale: #E6E6E6. Windows color (decimal): -140061 or 14933245. OLE color: 14933245.

HSL color Cylindrical-coordinate representation of color #FDDCE3: hue angle of 347.27º 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 #FDDCE3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 227 -
CMYK 0 0.13 0.10 0.01
HSL 347.27º 0.89% 0.93% -
HSV(B) 347.27º 0.13% 0.99% -
XYZ 79.97 77.62 83.44 -
YUV 230.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 253 220 227 0 0.13 0.10 0.01 347.27 0.89 0.93
Hex FD DC E3 0 D A 1 15B 59 5D
Octal 375 334 343 0 15 12 1 533 131 135
Binary 11111101 11011100 11100011 0 1101 1010 1 101011011 1011001 1011101

Color Harmonies of #FDDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE3

Black with #FDDCE3

Text Example


Text Example

White with #FDDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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