#F3D0CF

Color #F3D0CF Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #F3D0CF

Tints of Vanilla Ice #F3D0CF

Color information

#F3D0CF (or 0xF3D0CF) is unknown color: approx Vanilla Ice. HEX triplet: F3, D0 and CF. RGB value is (243,208,207). Sum of RGB (Red+Green+Blue) = 243+208+207=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0CF is #0C2F30. Grayscale: #DADADA. Windows color (decimal): -798513 or 13619443. OLE color: 13619443.

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

Color convert

RGB243208207-
CMYK00.140.150.05
HSL1.67º60%88.24%-
HSV(B)1.67º14.81%95.29%-
XYZ70.7868.6768.56-
YUV218.35121.6145.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=36.93%
G=31.61%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320820700.140.150.051.676088.24
HexF3D0CF0EF523c58
Octal363320317016175274130
Binary111100111101000011001111011101111101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D0CF; }

 p { color: rgb(243,208,207); }

 H1.HeaderClassName
 {
   color: #F3D0CF;
 }
 .AnyTagClassName
 {
   color: #F3D0CF;
 }
</style>
background-color css

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

 a { background-color: rgb(243,208,207); }

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

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

 span { border-color: rgb(243,208,207); }

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