Html Css Color HEX #FDE3E7 Carousel Pink

📋 copy color: '#FDE3E7'

red 253 ◦ green 227 ◦ blue 231

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

Shades of Carousel Pink #FDE3E7

Tints of Carousel Pink #FDE3E7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.93%

 BLUE value IS 231 (90.63% from 255) = 32.49%

R = 35.58%
G = 31.93%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE3E7 (or 0xFDE3E7) is known color: Carousel Pink. HEX triplet: FD, E3 and E7. RGB value is (253,227,231). Sum of RGB (Red+Green+Blue) = 253+227+231=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3E7 is #021C18. Grayscale: #EBEBEB. Windows color (decimal): -138265 or 15197181. OLE color: 15197181.

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

Color convert

RGB 253 227 231 -
CMYK 0 0.10 0.09 0.01
HSL 350.77º 0.87% 0.94% -
HSV(B) 350.77º 0.1% 0.99% -
XYZ 82.4 81.59 87.01 -
YUV 235.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 253 227 231 0 0.10 0.09 0.01 350.77 0.87 0.94
Hex FD E3 E7 0 A 9 1 15F 57 5E
Octal 375 343 347 0 12 11 1 537 127 136
Binary 11111101 11100011 11100111 0 1010 1001 1 101011111 1010111 1011110

Color Harmonies of #FDE3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3E7

Black with #FDE3E7

Text Example


Text Example

White with #FDE3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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