Html Css Color HEX #FFDFE4 Carousel Pink

📋 copy color: '#FFDFE4'

red 255 ◦ green 223 ◦ blue 228

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

Shades of Carousel Pink #FFDFE4

Tints of Carousel Pink #FFDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.29%

R = 36.12%
G = 31.59%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFDFE4 (or 0xFFDFE4) is known color: Carousel Pink. HEX triplet: FF, DF and E4. RGB value is (255,223,228). Sum of RGB (Red+Green+Blue) = 255+223+228=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE4 is #00201B. Grayscale: #E9E9E9. Windows color (decimal): -8220 or 14999551. OLE color: 14999551.

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

Color convert

RGB 255 223 228 -
CMYK 0 0.13 0.11 0
HSL 350.63º 1% 0.94% -
HSV(B) 350.63º 0.13% 1% -
XYZ 81.63 79.64 84.47 -
YUV 233.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 255 223 228 0 0.13 0.11 0 350.63 1 0.94
Hex FF DF E4 0 D B 0 15F 64 5E
Octal 377 337 344 0 15 13 0 537 144 136
Binary 11111111 11011111 11100100 0 1101 1011 0 101011111 1100100 1011110

Color Harmonies of #FFDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFE4

Black with #FFDFE4

Text Example


Text Example

White with #FFDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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