Html Css Color HEX #F1DDE1 Carousel Pink

📋 copy color: '#F1DDE1'

red 241 ◦ green 221 ◦ blue 225

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

Shades of Carousel Pink #F1DDE1

Tints of Carousel Pink #F1DDE1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.17%

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

R = 35.08%
G = 32.17%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1DDE1 (or 0xF1DDE1) is known color: Carousel Pink. HEX triplet: F1, DD and E1. RGB value is (241,221,225). Sum of RGB (Red+Green+Blue) = 241+221+225=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDE1 is #0E221E. Grayscale: #E3E3E3. Windows color (decimal): -926239 or 14802417. OLE color: 14802417.

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

Color convert

RGB 241 221 225 -
CMYK 0 0.08 0.07 0.05
HSL 348º 0.42% 0.91% -
HSV(B) 348º 0.08% 0.95% -
XYZ 75.72 75.85 81.88 -
YUV 227.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 241 221 225 0 0.08 0.07 0.05 348 0.42 0.91
Hex F1 DD E1 0 8 7 5 15C 2A 5B
Octal 361 335 341 0 10 7 5 534 52 133
Binary 11110001 11011101 11100001 0 1000 111 101 101011100 101010 1011011

Color Harmonies of #F1DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDE1

Black with #F1DDE1

Text Example


Text Example

White with #F1DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDE1; }

 p { color: rgb(241,221,225); }

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

background-color css

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

 a { background-color: rgb(241,221,225); }

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

border-color css

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

 span { border-color: rgb(241,221,225); }

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