Html Css Color HEX #F1DDE0 Carousel Pink

📋 copy color: '#F1DDE0'

red 241 ◦ green 221 ◦ blue 224

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

Shades of Carousel Pink #F1DDE0

Tints of Carousel Pink #F1DDE0

RGB

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

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

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

R = 35.13%
G = 32.22%
B = 32.65%

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

#F1DDE0 (or 0xF1DDE0) is known color: Carousel Pink. HEX triplet: F1, DD and E0. RGB value is (241,221,224). Sum of RGB (Red+Green+Blue) = 241+221+224=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDE0 is #0E221F. Grayscale: #E3E3E3. Windows color (decimal): -926240 or 14736881. OLE color: 14736881.

HSL color Cylindrical-coordinate representation of color #F1DDE0: hue angle of 351º 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 #F1DDE0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 224 -
CMYK 0 0.08 0.07 0.05
HSL 351º 0.42% 0.91% -
HSV(B) 351º 0.08% 0.95% -
XYZ 75.59 75.8 81.17 -
YUV 227.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 241 221 224 0 0.08 0.07 0.05 351 0.42 0.91
Hex F1 DD E0 0 8 7 5 15F 2A 5B
Octal 361 335 340 0 10 7 5 537 52 133
Binary 11110001 11011101 11100000 0 1000 111 101 101011111 101010 1011011

Color Harmonies of #F1DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDE0

Black with #F1DDE0

Text Example


Text Example

White with #F1DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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