Html Css Color HEX #FDDAE1 Carousel Pink

📋 copy color: '#FDDAE1'

red 253 ◦ green 218 ◦ blue 225

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

Shades of Carousel Pink #FDDAE1

Tints of Carousel Pink #FDDAE1

RGB

 RED value IS 253 (99.22% from 255) = 36.35%

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

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

R = 36.35%
G = 31.32%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDAE1 (or 0xFDDAE1) is known color: Carousel Pink. HEX triplet: FD, DA and E1. RGB value is (253,218,225). Sum of RGB (Red+Green+Blue) = 253+218+225=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE1 is #02251E. Grayscale: #E5E5E5. Windows color (decimal): -140575 or 14801661. OLE color: 14801661.

HSL color Cylindrical-coordinate representation of color #FDDAE1: hue angle of 348º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAE1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 225 -
CMYK 0 0.14 0.11 0.01
HSL 348º 0.9% 0.92% -
HSV(B) 348º 0.14% 0.99% -
XYZ 79.17 76.46 81.82 -
YUV 229.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 253 218 225 0 0.14 0.11 0.01 348 0.9 0.92
Hex FD DA E1 0 E B 1 15C 5A 5C
Octal 375 332 341 0 16 13 1 534 132 134
Binary 11111101 11011010 11100001 0 1110 1011 1 101011100 1011010 1011100

Color Harmonies of #FDDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE1

Black with #FDDAE1

Text Example


Text Example

White with #FDDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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