Html Css Color HEX #FFD6DF Carousel Pink

📋 copy color: '#FFD6DF'

red 255 ◦ green 214 ◦ blue 223

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

Shades of Carousel Pink #FFD6DF

Tints of Carousel Pink #FFD6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.23%

R = 36.85%
G = 30.92%
B = 32.23%

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

#FFD6DF (or 0xFFD6DF) is known color: Carousel Pink. HEX triplet: FF, D6 and DF. RGB value is (255,214,223). Sum of RGB (Red+Green+Blue) = 255+214+223=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6DF is #002920. Grayscale: #E3E3E3. Windows color (decimal): -10529 or 14669567. OLE color: 14669567.

HSL color Cylindrical-coordinate representation of color #FFD6DF: hue angle of 346.83º 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 #FFD6DF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 223 -
CMYK 0 0.16 0.13 0
HSL 346.83º 1% 0.92% -
HSV(B) 346.83º 0.16% 1% -
XYZ 78.61 74.68 80.08 -
YUV 227.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 255 214 223 0 0.16 0.13 0 346.83 1 0.92
Hex FF D6 DF 0 10 D 0 15B 64 5C
Octal 377 326 337 0 20 15 0 533 144 134
Binary 11111111 11010110 11011111 0 10000 1101 0 101011011 1100100 1011100

Color Harmonies of #FFD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6DF

Black with #FFD6DF

Text Example


Text Example

White with #FFD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6DF; }

 p { color: rgb(255,214,223); }

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

background-color css

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

 a { background-color: rgb(255,214,223); }

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

border-color css

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

 span { border-color: rgb(255,214,223); }

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