Html Css Color HEX #F1DBE0 Carousel Pink

📋 copy color: '#F1DBE0'

red 241 ◦ green 219 ◦ blue 224

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

Shades of Carousel Pink #F1DBE0

Tints of Carousel Pink #F1DBE0

RGB

 RED value IS 241 (94.53% from 255) = 35.23%

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

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

R = 35.23%
G = 32.02%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1DBE0 (or 0xF1DBE0) is known color: Carousel Pink. HEX triplet: F1, DB and E0. RGB value is (241,219,224). Sum of RGB (Red+Green+Blue) = 241+219+224=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBE0 is #0E241F. Grayscale: #E2E2E2. Windows color (decimal): -926752 or 14736369. OLE color: 14736369.

HSL color Cylindrical-coordinate representation of color #F1DBE0: hue angle of 346.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBE0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 224 -
CMYK 0 0.09 0.07 0.05
HSL 346.36º 0.44% 0.9% -
HSV(B) 346.36º 0.09% 0.95% -
XYZ 75.06 74.75 80.99 -
YUV 226.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 241 219 224 0 0.09 0.07 0.05 346.36 0.44 0.9
Hex F1 DB E0 0 9 7 5 15A 2C 5A
Octal 361 333 340 0 11 7 5 532 54 132
Binary 11110001 11011011 11100000 0 1001 111 101 101011010 101100 1011010

Color Harmonies of #F1DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBE0

Black with #F1DBE0

Text Example


Text Example

White with #F1DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBE0; }

 p { color: rgb(241,219,224); }

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

background-color css

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

 a { background-color: rgb(241,219,224); }

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

border-color css

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

 span { border-color: rgb(241,219,224); }

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