Html Css Color HEX #FDDFE3 Carousel Pink

📋 copy color: '#FDDFE3'

red 253 ◦ green 223 ◦ blue 227

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

Shades of Carousel Pink #FDDFE3

Tints of Carousel Pink #FDDFE3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.72%

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

R = 35.99%
G = 31.72%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDDFE3 (or 0xFDDFE3) is known color: Carousel Pink. HEX triplet: FD, DF and E3. RGB value is (253,223,227). Sum of RGB (Red+Green+Blue) = 253+223+227=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE3 is #02201C. Grayscale: #E8E8E8. Windows color (decimal): -139293 or 14934013. OLE color: 14934013.

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

Color convert

RGB 253 223 227 -
CMYK 0 0.12 0.10 0.01
HSL 352º 0.88% 0.93% -
HSV(B) 352º 0.12% 0.99% -
XYZ 80.76 79.2 83.7 -
YUV 232.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 253 223 227 0 0.12 0.10 0.01 352 0.88 0.93
Hex FD DF E3 0 C A 1 160 58 5D
Octal 375 337 343 0 14 12 1 540 130 135
Binary 11111101 11011111 11100011 0 1100 1010 1 101100000 1011000 1011101

Color Harmonies of #FDDFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFE3

Black with #FDDFE3

Text Example


Text Example

White with #FDDFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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