Html Css Color HEX #FDDFE4 Carousel Pink

📋 copy color: '#FDDFE4'

red 253 ◦ green 223 ◦ blue 228

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

Shades of Carousel Pink #FDDFE4

Tints of Carousel Pink #FDDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.39%

R = 35.94%
G = 31.68%
B = 32.39%

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

#FDDFE4 (or 0xFDDFE4) is known color: Carousel Pink. HEX triplet: FD, DF and E4. RGB value is (253,223,228). Sum of RGB (Red+Green+Blue) = 253+223+228=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE4 is #02201B. Grayscale: #E8E8E8. Windows color (decimal): -139292 or 14999549. OLE color: 14999549.

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

Color convert

RGB 253 223 228 -
CMYK 0 0.12 0.10 0.01
HSL 350º 0.88% 0.93% -
HSV(B) 350º 0.12% 0.99% -
XYZ 80.9 79.26 84.43 -
YUV 232.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 253 223 228 0 0.12 0.10 0.01 350 0.88 0.93
Hex FD DF E4 0 C A 1 15E 58 5D
Octal 375 337 344 0 14 12 1 536 130 135
Binary 11111101 11011111 11100100 0 1100 1010 1 101011110 1011000 1011101

Color Harmonies of #FDDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFE4

Black with #FDDFE4

Text Example


Text Example

White with #FDDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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