Html Css Color HEX #FDDDE5 Carousel Pink

📋 copy color: '#FDDDE5'

red 253 ◦ green 221 ◦ blue 229

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

Shades of Carousel Pink #FDDDE5

Tints of Carousel Pink #FDDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.44%

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 35.99%
G = 31.44%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDDE5 (or 0xFDDDE5) is known color: Carousel Pink. HEX triplet: FD, DD and E5. RGB value is (253,221,229). Sum of RGB (Red+Green+Blue) = 253+221+229=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE5 is #02221A. Grayscale: #E7E7E7. Windows color (decimal): -139803 or 15064573. OLE color: 15064573.

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

Color convert

RGB 253 221 229 -
CMYK 0 0.13 0.09 0.01
HSL 345º 0.89% 0.93% -
HSV(B) 345º 0.13% 0.99% -
XYZ 80.51 78.25 84.99 -
YUV 231.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 253 221 229 0 0.13 0.09 0.01 345 0.89 0.93
Hex FD DD E5 0 D 9 1 159 59 5D
Octal 375 335 345 0 15 11 1 531 131 135
Binary 11111101 11011101 11100101 0 1101 1001 1 101011001 1011001 1011101

Color Harmonies of #FDDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDE5

Black with #FDDDE5

Text Example


Text Example

White with #FDDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDE5; }

 p { color: rgb(253,221,229); }

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

background-color css

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

 a { background-color: rgb(253,221,229); }

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

border-color css

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

 span { border-color: rgb(253,221,229); }

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