Html Css Color HEX #FDD5DE Carousel Pink

📋 copy color: '#FDD5DE'

red 253 ◦ green 213 ◦ blue 222

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

Shades of Carousel Pink #FDD5DE

Tints of Carousel Pink #FDD5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.96%

 BLUE value IS 222 (87.11% from 255) = 32.27%

R = 36.77%
G = 30.96%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDD5DE (or 0xFDD5DE) is known color: Carousel Pink. HEX triplet: FD, D5 and DE. RGB value is (253,213,222). Sum of RGB (Red+Green+Blue) = 253+213+222=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5DE is #022A21. Grayscale: #E1E1E1. Windows color (decimal): -141858 or 14603773. OLE color: 14603773.

HSL color Cylindrical-coordinate representation of color #FDD5DE: hue angle of 346.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5DE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 222 -
CMYK 0 0.16 0.12 0.01
HSL 346.5º 0.91% 0.91% -
HSV(B) 346.5º 0.16% 0.99% -
XYZ 77.49 73.75 79.26 -
YUV 225.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 253 213 222 0 0.16 0.12 0.01 346.5 0.91 0.91
Hex FD D5 DE 0 10 C 1 15A 5B 5B
Octal 375 325 336 0 20 14 1 532 133 133
Binary 11111101 11010101 11011110 0 10000 1100 1 101011010 1011011 1011011

Color Harmonies of #FDD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5DE

Black with #FDD5DE

Text Example


Text Example

White with #FDD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5DE; }

 p { color: rgb(253,213,222); }

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

background-color css

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

 a { background-color: rgb(253,213,222); }

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

border-color css

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

 span { border-color: rgb(253,213,222); }

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