Html Css Color HEX #FDD6DE Carousel Pink

📋 copy color: '#FDD6DE'

red 253 ◦ green 214 ◦ blue 222

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

Shades of Carousel Pink #FDD6DE

Tints of Carousel Pink #FDD6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.06%

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

R = 36.72%
G = 31.06%
B = 32.22%

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

#FDD6DE (or 0xFDD6DE) is known color: Carousel Pink. HEX triplet: FD, D6 and DE. RGB value is (253,214,222). Sum of RGB (Red+Green+Blue) = 253+214+222=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6DE is #022921. Grayscale: #E2E2E2. Windows color (decimal): -141602 or 14604029. OLE color: 14604029.

HSL color Cylindrical-coordinate representation of color #FDD6DE: hue angle of 347.69º degrees, saturation: 0.91, 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 #FDD6DE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 222 -
CMYK 0 0.15 0.12 0.01
HSL 347.69º 0.91% 0.92% -
HSV(B) 347.69º 0.15% 0.99% -
XYZ 77.74 74.25 79.34 -
YUV 226.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 253 214 222 0 0.15 0.12 0.01 347.69 0.91 0.92
Hex FD D6 DE 0 F C 1 15C 5B 5C
Octal 375 326 336 0 17 14 1 534 133 134
Binary 11111101 11010110 11011110 0 1111 1100 1 101011100 1011011 1011100

Color Harmonies of #FDD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6DE

Black with #FDD6DE

Text Example


Text Example

White with #FDD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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