Html Css Color HEX #FDDDE4 Carousel Pink

📋 copy color: '#FDDDE4'

red 253 ◦ green 221 ◦ blue 228

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

Shades of Carousel Pink #FDDDE4

Tints of Carousel Pink #FDDDE4

RGB

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

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

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

R = 36.04%
G = 31.48%
B = 32.48%

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

#FDDDE4 (or 0xFDDDE4) is known color: Carousel Pink. HEX triplet: FD, DD and E4. RGB value is (253,221,228). Sum of RGB (Red+Green+Blue) = 253+221+228=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE4 is #02221B. Grayscale: #E7E7E7. Windows color (decimal): -139804 or 14999037. OLE color: 14999037.

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

Color convert

RGB 253 221 228 -
CMYK 0 0.13 0.10 0.01
HSL 346.88º 0.89% 0.93% -
HSV(B) 346.88º 0.13% 0.99% -
XYZ 80.37 78.2 84.26 -
YUV 231.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 253 221 228 0 0.13 0.10 0.01 346.88 0.89 0.93
Hex FD DD E4 0 D A 1 15B 59 5D
Octal 375 335 344 0 15 12 1 533 131 135
Binary 11111101 11011101 11100100 0 1101 1010 1 101011011 1011001 1011101

Color Harmonies of #FDDDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDE4

Black with #FDDDE4

Text Example


Text Example

White with #FDDDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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