Html Css Color HEX #F1C8C8 Vanilla Ice

📋 copy color: '#F1C8C8'

red 241 ◦ green 200 ◦ blue 200

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

Shades of Vanilla Ice #F1C8C8

Tints of Vanilla Ice #F1C8C8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

 BLUE value IS 200 (78.52% from 255) = 31.2%

R = 37.6%
G = 31.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1C8C8 (or 0xF1C8C8) is known color: Vanilla Ice. HEX triplet: F1, C8 and C8. RGB value is (241,200,200). Sum of RGB (Red+Green+Blue) = 241+200+200=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8C8 is #0E3737. Grayscale: #D4D4D4. Windows color (decimal): -931640 or 13158641. OLE color: 13158641.

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

Color convert

RGB 241 200 200 -
CMYK 0 0.17 0.17 0.05
HSL 0.59% 0.86% -
HSV(B) 0.17% 0.95% -
XYZ 67.36 64.18 63.48 -
YUV 212.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 241 200 200 0 0.17 0.17 0.05 0 0.59 0.86
Hex F1 C8 C8 0 11 11 5 0 3B 56
Octal 361 310 310 0 21 21 5 0 73 126
Binary 11110001 11001000 11001000 0 10001 10001 101 0 111011 1010110

Color Harmonies of #F1C8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8C8

Black with #F1C8C8

Text Example


Text Example

White with #F1C8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8C8; }

 p { color: rgb(241,200,200); }

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

background-color css

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

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

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

border-color css

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

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

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