Html Css Color HEX #FFD7DE Carousel Pink

📋 copy color: '#FFD7DE'

red 255 ◦ green 215 ◦ blue 222

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

Shades of Carousel Pink #FFD7DE

Tints of Carousel Pink #FFD7DE

RGB

 RED value IS 255 (100% from 255) = 36.85%

 GREEN value IS 215 (84.38% from 255) = 31.07%

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

R = 36.85%
G = 31.07%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFD7DE (or 0xFFD7DE) is known color: Carousel Pink. HEX triplet: FF, D7 and DE. RGB value is (255,215,222). Sum of RGB (Red+Green+Blue) = 255+215+222=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7DE is #002821. Grayscale: #E3E3E3. Windows color (decimal): -10274 or 14604287. OLE color: 14604287.

HSL color Cylindrical-coordinate representation of color #FFD7DE: hue angle of 349.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7DE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 222 -
CMYK 0 0.16 0.13 0
HSL 349.5º 1% 0.92% -
HSV(B) 349.5º 0.16% 1% -
XYZ 78.73 75.13 79.46 -
YUV 227.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 255 215 222 0 0.16 0.13 0 349.5 1 0.92
Hex FF D7 DE 0 10 D 0 15E 64 5C
Octal 377 327 336 0 20 15 0 536 144 134
Binary 11111111 11010111 11011110 0 10000 1101 0 101011110 1100100 1011100

Color Harmonies of #FFD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7DE

Black with #FFD7DE

Text Example


Text Example

White with #FFD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7DE; }

 p { color: rgb(255,215,222); }

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

background-color css

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

 a { background-color: rgb(255,215,222); }

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

border-color css

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

 span { border-color: rgb(255,215,222); }

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