Html Css Color HEX #FDDAE0 Carousel Pink

📋 copy color: '#FDDAE0'

red 253 ◦ green 218 ◦ blue 224

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

Shades of Carousel Pink #FDDAE0

Tints of Carousel Pink #FDDAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.23%

R = 36.4%
G = 31.37%
B = 32.23%

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

#FDDAE0 (or 0xFDDAE0) is known color: Carousel Pink. HEX triplet: FD, DA and E0. RGB value is (253,218,224). Sum of RGB (Red+Green+Blue) = 253+218+224=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE0 is #02251F. Grayscale: #E5E5E5. Windows color (decimal): -140576 or 14736125. OLE color: 14736125.

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

Color convert

RGB 253 218 224 -
CMYK 0 0.14 0.11 0.01
HSL 349.71º 0.9% 0.92% -
HSV(B) 349.71º 0.14% 0.99% -
XYZ 79.03 76.41 81.1 -
YUV 229.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 253 218 224 0 0.14 0.11 0.01 349.71 0.9 0.92
Hex FD DA E0 0 E B 1 15E 5A 5C
Octal 375 332 340 0 16 13 1 536 132 134
Binary 11111101 11011010 11100000 0 1110 1011 1 101011110 1011010 1011100

Color Harmonies of #FDDAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE0

Black with #FDDAE0

Text Example


Text Example

White with #FDDAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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