Html Css Color HEX #FFDFE6 Carousel Pink

📋 copy color: '#FFDFE6'

red 255 ◦ green 223 ◦ blue 230

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

Shades of Carousel Pink #FFDFE6

Tints of Carousel Pink #FFDFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.5%

 BLUE value IS 230 (90.23% from 255) = 32.49%

R = 36.02%
G = 31.5%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFDFE6 (or 0xFFDFE6) is known color: Carousel Pink. HEX triplet: FF, DF and E6. RGB value is (255,223,230). Sum of RGB (Red+Green+Blue) = 255+223+230=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFE6 is #002019. Grayscale: #E9E9E9. Windows color (decimal): -8218 or 15130623. OLE color: 15130623.

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

Color convert

RGB 255 223 230 -
CMYK 0 0.13 0.10 0
HSL 346.88º 1% 0.94% -
HSV(B) 346.88º 0.13% 1% -
XYZ 81.91 79.75 85.94 -
YUV 233.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 255 223 230 0 0.13 0.10 0 346.88 1 0.94
Hex FF DF E6 0 D A 0 15B 64 5E
Octal 377 337 346 0 15 12 0 533 144 136
Binary 11111111 11011111 11100110 0 1101 1010 0 101011011 1100100 1011110

Color Harmonies of #FFDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFE6

Black with #FFDFE6

Text Example


Text Example

White with #FFDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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