Html Css Color HEX #F1DCCC Almond

📋 copy color: '#F1DCCC'

red 241 ◦ green 220 ◦ blue 204

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

Shades of Almond #F1DCCC

Tints of Almond #F1DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.08%

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 36.24%
G = 33.08%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1DCCC (or 0xF1DCCC) is known color: Almond. HEX triplet: F1, DC and CC. RGB value is (241,220,204). Sum of RGB (Red+Green+Blue) = 241+220+204=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCCC is #0E2333. Grayscale: #E0E0E0. Windows color (decimal): -926516 or 13425905. OLE color: 13425905.

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

Color convert

RGB 241 220 204 -
CMYK 0 0.09 0.15 0.05
HSL 25.95º 0.57% 0.87% -
HSV(B) 25.95º 0.15% 0.95% -
XYZ 72.77 74.25 67.62 -
YUV 224.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 241 220 204 0 0.09 0.15 0.05 25.95 0.57 0.87
Hex F1 DC CC 0 9 F 5 1A 39 57
Octal 361 334 314 0 11 17 5 32 71 127
Binary 11110001 11011100 11001100 0 1001 1111 101 11010 111001 1010111

Color Harmonies of #F1DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCCC

Black with #F1DCCC

Text Example


Text Example

White with #F1DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCCC; }

 p { color: rgb(241,220,204); }

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

background-color css

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

 a { background-color: rgb(241,220,204); }

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

border-color css

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

 span { border-color: rgb(241,220,204); }

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