Html Css Color HEX #FDDBE1 Carousel Pink

📋 copy color: '#FDDBE1'

red 253 ◦ green 219 ◦ blue 225

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

Shades of Carousel Pink #FDDBE1

Tints of Carousel Pink #FDDBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.42%

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

R = 36.3%
G = 31.42%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE1 (or 0xFDDBE1) is known color: Carousel Pink. HEX triplet: FD, DB and E1. RGB value is (253,219,225). Sum of RGB (Red+Green+Blue) = 253+219+225=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBE1 is #02241E. Grayscale: #E5E5E5. Windows color (decimal): -140319 or 14801917. OLE color: 14801917.

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

Color convert

RGB 253 219 225 -
CMYK 0 0.13 0.11 0.01
HSL 349.41º 0.89% 0.93% -
HSV(B) 349.41º 0.13% 0.99% -
XYZ 79.43 76.98 81.91 -
YUV 229.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 253 219 225 0 0.13 0.11 0.01 349.41 0.89 0.93
Hex FD DB E1 0 D B 1 15D 59 5D
Octal 375 333 341 0 15 13 1 535 131 135
Binary 11111101 11011011 11100001 0 1101 1011 1 101011101 1011001 1011101

Color Harmonies of #FDDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE1

Black with #FDDBE1

Text Example


Text Example

White with #FDDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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