Html Css Color HEX #FFDFE5 Carousel Pink

📋 copy color: '#FFDFE5'

red 255 ◦ green 223 ◦ blue 229

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

Shades of Carousel Pink #FFDFE5

Tints of Carousel Pink #FFDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.39%

R = 36.07%
G = 31.54%
B = 32.39%

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

#FFDFE5 (or 0xFFDFE5) is known color: Carousel Pink. HEX triplet: FF, DF and E5. RGB value is (255,223,229). Sum of RGB (Red+Green+Blue) = 255+223+229=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE5 is #00201A. Grayscale: #E9E9E9. Windows color (decimal): -8219 or 15065087. OLE color: 15065087.

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

Color convert

RGB 255 223 229 -
CMYK 0 0.13 0.10 0
HSL 348.75º 1% 0.94% -
HSV(B) 348.75º 0.13% 1% -
XYZ 81.77 79.69 85.2 -
YUV 233.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 255 223 229 0 0.13 0.10 0 348.75 1 0.94
Hex FF DF E5 0 D A 0 15D 64 5E
Octal 377 337 345 0 15 12 0 535 144 136
Binary 11111111 11011111 11100101 0 1101 1010 0 101011101 1100100 1011110

Color Harmonies of #FFDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFE5

Black with #FFDFE5

Text Example


Text Example

White with #FFDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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