Html Css Color HEX #FDDCE4 Carousel Pink

📋 copy color: '#FDDCE4'

red 253 ◦ green 220 ◦ blue 228

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

Shades of Carousel Pink #FDDCE4

Tints of Carousel Pink #FDDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.52%

R = 36.09%
G = 31.38%
B = 32.52%

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

#FDDCE4 (or 0xFDDCE4) is known color: Carousel Pink. HEX triplet: FD, DC and E4. RGB value is (253,220,228). Sum of RGB (Red+Green+Blue) = 253+220+228=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE4 is #02231B. Grayscale: #E6E6E6. Windows color (decimal): -140060 or 14998781. OLE color: 14998781.

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

Color convert

RGB 253 220 228 -
CMYK 0 0.13 0.10 0.01
HSL 345.45º 0.89% 0.93% -
HSV(B) 345.45º 0.13% 0.99% -
XYZ 80.1 77.67 84.17 -
YUV 230.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 253 220 228 0 0.13 0.10 0.01 345.45 0.89 0.93
Hex FD DC E4 0 D A 1 159 59 5D
Octal 375 334 344 0 15 12 1 531 131 135
Binary 11111101 11011100 11100100 0 1101 1010 1 101011001 1011001 1011101

Color Harmonies of #FDDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE4

Black with #FDDCE4

Text Example


Text Example

White with #FDDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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