Html Css Color HEX #FFD4DE Carousel Pink

📋 copy color: '#FFD4DE'

red 255 ◦ green 212 ◦ blue 222

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

Shades of Carousel Pink #FFD4DE

Tints of Carousel Pink #FFD4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.77%

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

R = 37.01%
G = 30.77%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFD4DE (or 0xFFD4DE) is known color: Carousel Pink. HEX triplet: FF, D4 and DE. RGB value is (255,212,222). Sum of RGB (Red+Green+Blue) = 255+212+222=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4DE is #002B21. Grayscale: #E2E2E2. Windows color (decimal): -11042 or 14603519. OLE color: 14603519.

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

Color convert

RGB 255 212 222 -
CMYK 0 0.17 0.13 0
HSL 346.05º 1% 0.92% -
HSV(B) 346.05º 0.17% 1% -
XYZ 77.97 73.62 79.21 -
YUV 226 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 255 212 222 0 0.17 0.13 0 346.05 1 0.92
Hex FF D4 DE 0 11 D 0 15A 64 5C
Octal 377 324 336 0 21 15 0 532 144 134
Binary 11111111 11010100 11011110 0 10001 1101 0 101011010 1100100 1011100

Color Harmonies of #FFD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4DE

Black with #FFD4DE

Text Example


Text Example

White with #FFD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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