Html Css Color HEX #FDE2E6 Carousel Pink

📋 copy color: '#FDE2E6'

red 253 ◦ green 226 ◦ blue 230

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

Shades of Carousel Pink #FDE2E6

Tints of Carousel Pink #FDE2E6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.88%

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

R = 35.68%
G = 31.88%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE2E6 (or 0xFDE2E6) is known color: Carousel Pink. HEX triplet: FD, E2 and E6. RGB value is (253,226,230). Sum of RGB (Red+Green+Blue) = 253+226+230=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2E6 is #021D19. Grayscale: #EAEAEA. Windows color (decimal): -138522 or 15131389. OLE color: 15131389.

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

Color convert

RGB 253 226 230 -
CMYK 0 0.11 0.09 0.01
HSL 351.11º 0.87% 0.94% -
HSV(B) 351.11º 0.11% 0.99% -
XYZ 81.99 80.99 86.17 -
YUV 234.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 253 226 230 0 0.11 0.09 0.01 351.11 0.87 0.94
Hex FD E2 E6 0 B 9 1 15F 57 5E
Octal 375 342 346 0 13 11 1 537 127 136
Binary 11111101 11100010 11100110 0 1011 1001 1 101011111 1010111 1011110

Color Harmonies of #FDE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2E6

Black with #FDE2E6

Text Example


Text Example

White with #FDE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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