Html Css Color HEX #FDDBE3 Carousel Pink

📋 copy color: '#FDDBE3'

red 253 ◦ green 219 ◦ blue 227

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

Shades of Carousel Pink #FDDBE3

Tints of Carousel Pink #FDDBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.47%

R = 36.19%
G = 31.33%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE3 (or 0xFDDBE3) is known color: Carousel Pink. HEX triplet: FD, DB and E3. RGB value is (253,219,227). Sum of RGB (Red+Green+Blue) = 253+219+227=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBE3 is #02241C. Grayscale: #E6E6E6. Windows color (decimal): -140317 or 14932989. OLE color: 14932989.

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

Color convert

RGB 253 219 227 -
CMYK 0 0.13 0.10 0.01
HSL 345.88º 0.89% 0.93% -
HSV(B) 345.88º 0.13% 0.99% -
XYZ 79.7 77.09 83.35 -
YUV 230.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 253 219 227 0 0.13 0.10 0.01 345.88 0.89 0.93
Hex FD DB E3 0 D A 1 15A 59 5D
Octal 375 333 343 0 15 12 1 532 131 135
Binary 11111101 11011011 11100011 0 1101 1010 1 101011010 1011001 1011101

Color Harmonies of #FDDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE3

Black with #FDDBE3

Text Example


Text Example

White with #FDDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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