Html Css Color HEX #FFDBE1 Carousel Pink

📋 copy color: '#FFDBE1'

red 255 ◦ green 219 ◦ blue 225

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

Shades of Carousel Pink #FFDBE1

Tints of Carousel Pink #FFDBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.33%

 BLUE value IS 225 (88.28% from 255) = 32.19%

R = 36.48%
G = 31.33%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFDBE1 (or 0xFFDBE1) is known color: Carousel Pink. HEX triplet: FF, DB and E1. RGB value is (255,219,225). Sum of RGB (Red+Green+Blue) = 255+219+225=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBE1 is #00241E. Grayscale: #E6E6E6. Windows color (decimal): -9247 or 14801919. OLE color: 14801919.

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

Color convert

RGB 255 219 225 -
CMYK 0 0.14 0.12 0
HSL 350º 1% 0.93% -
HSV(B) 350º 0.14% 1% -
XYZ 80.16 77.36 81.94 -
YUV 230.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 255 219 225 0 0.14 0.12 0 350 1 0.93
Hex FF DB E1 0 E C 0 15E 64 5D
Octal 377 333 341 0 16 14 0 536 144 135
Binary 11111111 11011011 11100001 0 1110 1100 0 101011110 1100100 1011101

Color Harmonies of #FFDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBE1

Black with #FFDBE1

Text Example


Text Example

White with #FFDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBE1; }

 p { color: rgb(255,219,225); }

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

background-color css

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

 a { background-color: rgb(255,219,225); }

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

border-color css

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

 span { border-color: rgb(255,219,225); }

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