Html Css Color HEX #FDDFE6 Carousel Pink

📋 copy color: '#FDDFE6'

red 253 ◦ green 223 ◦ blue 230

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

Shades of Carousel Pink #FDDFE6

Tints of Carousel Pink #FDDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.58%

R = 35.84%
G = 31.59%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDFE6 (or 0xFDDFE6) is known color: Carousel Pink. HEX triplet: FD, DF and E6. RGB value is (253,223,230). Sum of RGB (Red+Green+Blue) = 253+223+230=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFE6 is #022019. Grayscale: #E8E8E8. Windows color (decimal): -139290 or 15130621. OLE color: 15130621.

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

Color convert

RGB 253 223 230 -
CMYK 0 0.12 0.09 0.01
HSL 346º 0.88% 0.93% -
HSV(B) 346º 0.12% 0.99% -
XYZ 81.18 79.37 85.9 -
YUV 232.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 253 223 230 0 0.12 0.09 0.01 346 0.88 0.93
Hex FD DF E6 0 C 9 1 15A 58 5D
Octal 375 337 346 0 14 11 1 532 130 135
Binary 11111101 11011111 11100110 0 1100 1001 1 101011010 1011000 1011101

Color Harmonies of #FDDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFE6

Black with #FDDFE6

Text Example


Text Example

White with #FDDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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