Html Css Color HEX #FFDAE1 Carousel Pink

📋 copy color: '#FFDAE1'

red 255 ◦ green 218 ◦ blue 225

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

Shades of Carousel Pink #FFDAE1

Tints of Carousel Pink #FFDAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.23%

 BLUE value IS 225 (88.28% from 255) = 32.23%

R = 36.53%
G = 31.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFDAE1 (or 0xFFDAE1) is known color: Carousel Pink. HEX triplet: FF, DA and E1. RGB value is (255,218,225). Sum of RGB (Red+Green+Blue) = 255+218+225=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE1 is #00251E. Grayscale: #E5E5E5. Windows color (decimal): -9503 or 14801663. OLE color: 14801663.

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

Color convert

RGB 255 218 225 -
CMYK 0 0.15 0.12 0
HSL 348.65º 1% 0.93% -
HSV(B) 348.65º 0.15% 1% -
XYZ 79.9 76.84 81.85 -
YUV 229.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 255 218 225 0 0.15 0.12 0 348.65 1 0.93
Hex FF DA E1 0 F C 0 15D 64 5D
Octal 377 332 341 0 17 14 0 535 144 135
Binary 11111111 11011010 11100001 0 1111 1100 0 101011101 1100100 1011101

Color Harmonies of #FFDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAE1

Black with #FFDAE1

Text Example


Text Example

White with #FFDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAE1; }

 p { color: rgb(255,218,225); }

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

background-color css

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

 a { background-color: rgb(255,218,225); }

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

border-color css

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

 span { border-color: rgb(255,218,225); }

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