Html Css Color HEX #F1E6CB Pipi

📋 copy color: '#F1E6CB'

red 241 ◦ green 230 ◦ blue 203

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

Shades of Pipi #F1E6CB

Tints of Pipi #F1E6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.12%

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 35.76%
G = 34.12%
B = 30.12%

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

#F1E6CB (or 0xF1E6CB) is known color: Pipi. HEX triplet: F1, E6 and CB. RGB value is (241,230,203). Sum of RGB (Red+Green+Blue) = 241+230+203=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6CB is #0E1934. Grayscale: #E6E6E6. Windows color (decimal): -923957 or 13362929. OLE color: 13362929.

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

Color convert

RGB 241 230 203 -
CMYK 0 0.05 0.16 0.05
HSL 42.63º 0.58% 0.87% -
HSV(B) 42.63º 0.16% 0.95% -
XYZ 75.35 79.61 67.89 -
YUV 230.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 241 230 203 0 0.05 0.16 0.05 42.63 0.58 0.87
Hex F1 E6 CB 0 5 10 5 2B 3A 57
Octal 361 346 313 0 5 20 5 53 72 127
Binary 11110001 11100110 11001011 0 101 10000 101 101011 111010 1010111

Color Harmonies of #F1E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6CB

Black with #F1E6CB

Text Example


Text Example

White with #F1E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6CB; }

 p { color: rgb(241,230,203); }

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

background-color css

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

 a { background-color: rgb(241,230,203); }

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

border-color css

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

 span { border-color: rgb(241,230,203); }

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