Html Css Color HEX #F1DFE3 Carousel Pink

📋 copy color: '#F1DFE3'

red 241 ◦ green 223 ◦ blue 227

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

Shades of Carousel Pink #F1DFE3

Tints of Carousel Pink #F1DFE3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.27%

 BLUE value IS 227 (89.06% from 255) = 32.85%

R = 34.88%
G = 32.27%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1DFE3 (or 0xF1DFE3) is known color: Carousel Pink. HEX triplet: F1, DF and E3. RGB value is (241,223,227). Sum of RGB (Red+Green+Blue) = 241+223+227=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE3 is #0E201C. Grayscale: #E4E4E4. Windows color (decimal): -925725 or 14934001. OLE color: 14934001.

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

Color convert

RGB 241 223 227 -
CMYK 0 0.07 0.06 0.05
HSL 346.67º 0.39% 0.91% -
HSV(B) 346.67º 0.07% 0.95% -
XYZ 76.53 77.02 83.51 -
YUV 228.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 241 223 227 0 0.07 0.06 0.05 346.67 0.39 0.91
Hex F1 DF E3 0 7 6 5 15B 27 5B
Octal 361 337 343 0 7 6 5 533 47 133
Binary 11110001 11011111 11100011 0 111 110 101 101011011 100111 1011011

Color Harmonies of #F1DFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFE3

Black with #F1DFE3

Text Example


Text Example

White with #F1DFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFE3; }

 p { color: rgb(241,223,227); }

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

background-color css

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

 a { background-color: rgb(241,223,227); }

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

border-color css

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

 span { border-color: rgb(241,223,227); }

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