Html Css Color HEX #FFD7E0 Carousel Pink

📋 copy color: '#FFD7E0'

red 255 ◦ green 215 ◦ blue 224

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

Shades of Carousel Pink #FFD7E0

Tints of Carousel Pink #FFD7E0

RGB

 RED value IS 255 (100% from 255) = 36.74%

 GREEN value IS 215 (84.38% from 255) = 30.98%

 BLUE value IS 224 (87.89% from 255) = 32.28%

R = 36.74%
G = 30.98%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFD7E0 (or 0xFFD7E0) is known color: Carousel Pink. HEX triplet: FF, D7 and E0. RGB value is (255,215,224). Sum of RGB (Red+Green+Blue) = 255+215+224=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7E0 is #00281F. Grayscale: #E3E3E3. Windows color (decimal): -10272 or 14735359. OLE color: 14735359.

HSL color Cylindrical-coordinate representation of color #FFD7E0: hue angle of 346.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7E0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 224 -
CMYK 0 0.16 0.12 0
HSL 346.5º 1% 0.92% -
HSV(B) 346.5º 0.16% 1% -
XYZ 78.99 75.24 80.88 -
YUV 227.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 255 215 224 0 0.16 0.12 0 346.5 1 0.92
Hex FF D7 E0 0 10 C 0 15A 64 5C
Octal 377 327 340 0 20 14 0 532 144 134
Binary 11111111 11010111 11100000 0 10000 1100 0 101011010 1100100 1011100

Color Harmonies of #FFD7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7E0

Black with #FFD7E0

Text Example


Text Example

White with #FFD7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7E0; }

 p { color: rgb(255,215,224); }

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

background-color css

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

 a { background-color: rgb(255,215,224); }

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

border-color css

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

 span { border-color: rgb(255,215,224); }

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