Html Css Color HEX #FDD7DE Carousel Pink

📋 copy color: '#FDD7DE'

red 253 ◦ green 215 ◦ blue 222

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

Shades of Carousel Pink #FDD7DE

Tints of Carousel Pink #FDD7DE

RGB

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

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

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

R = 36.67%
G = 31.16%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDD7DE (or 0xFDD7DE) is known color: Carousel Pink. HEX triplet: FD, D7 and DE. RGB value is (253,215,222). Sum of RGB (Red+Green+Blue) = 253+215+222=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DE is #022821. Grayscale: #E3E3E3. Windows color (decimal): -141346 or 14604285. OLE color: 14604285.

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

Color convert

RGB 253 215 222 -
CMYK 0 0.15 0.12 0.01
HSL 348.95º 0.9% 0.92% -
HSV(B) 348.95º 0.15% 0.99% -
XYZ 77.99 74.76 79.43 -
YUV 227.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 253 215 222 0 0.15 0.12 0.01 348.95 0.9 0.92
Hex FD D7 DE 0 F C 1 15D 5A 5C
Octal 375 327 336 0 17 14 1 535 132 134
Binary 11111101 11010111 11011110 0 1111 1100 1 101011101 1011010 1011100

Color Harmonies of #FDD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7DE

Black with #FDD7DE

Text Example


Text Example

White with #FDD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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