Html Css Color HEX #F1E4CA Pipi

📋 copy color: '#F1E4CA'

red 241 ◦ green 228 ◦ blue 202

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

Shades of Pipi #F1E4CA

Tints of Pipi #F1E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 35.92%
G = 33.98%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1E4CA (or 0xF1E4CA) is known color: Pipi. HEX triplet: F1, E4 and CA. RGB value is (241,228,202). Sum of RGB (Red+Green+Blue) = 241+228+202=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4CA is #0E1B35. Grayscale: #E5E5E5. Windows color (decimal): -924470 or 13296881. OLE color: 13296881.

HSL color Cylindrical-coordinate representation of color #F1E4CA: hue angle of 40º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1E4CA is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 228 202 -
CMYK 0 0.05 0.16 0.05
HSL 40º 0.58% 0.87% -
HSV(B) 40º 0.16% 0.95% -
XYZ 74.68 78.45 67.08 -
YUV 228.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 241 228 202 0 0.05 0.16 0.05 40 0.58 0.87
Hex F1 E4 CA 0 5 10 5 28 3A 57
Octal 361 344 312 0 5 20 5 50 72 127
Binary 11110001 11100100 11001010 0 101 10000 101 101000 111010 1010111

Color Harmonies of #F1E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4CA

Black with #F1E4CA

Text Example


Text Example

White with #F1E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4CA; }

 p { color: rgb(241,228,202); }

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

background-color css

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

 a { background-color: rgb(241,228,202); }

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

border-color css

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

 span { border-color: rgb(241,228,202); }

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