Html Css Color HEX #F1DFE0 Pale Pink

📋 copy color: '#F1DFE0'

red 241 ◦ green 223 ◦ blue 224

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

Shades of Pale Pink #F1DFE0

Tints of Pale Pink #F1DFE0

RGB

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

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

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

R = 35.03%
G = 32.41%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1DFE0 (or 0xF1DFE0) is known color: Pale Pink. HEX triplet: F1, DF and E0. RGB value is (241,223,224). Sum of RGB (Red+Green+Blue) = 241+223+224=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE0 is #0E201F. Grayscale: #E4E4E4. Windows color (decimal): -925728 or 14737393. OLE color: 14737393.

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

Color convert

RGB 241 223 224 -
CMYK 0 0.07 0.07 0.05
HSL 356.67º 0.39% 0.91% -
HSV(B) 356.67º 0.07% 0.95% -
XYZ 76.12 76.86 81.34 -
YUV 228.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 241 223 224 0 0.07 0.07 0.05 356.67 0.39 0.91
Hex F1 DF E0 0 7 7 5 165 27 5B
Octal 361 337 340 0 7 7 5 545 47 133
Binary 11110001 11011111 11100000 0 111 111 101 101100101 100111 1011011

Color Harmonies of #F1DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFE0

Black with #F1DFE0

Text Example


Text Example

White with #F1DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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