#F8FFCF

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

Shades of Carla #F8FFCF

Tints of Carla #F8FFCF

Color information

#F8FFCF (or 0xF8FFCF) is unknown color: approx Carla. HEX triplet: F8, FF and CF. RGB value is (248,255,207). Sum of RGB (Red+Green+Blue) = 248+255+207=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 207 (81.25% from 255 or 29.15% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFCF is #070030. Grayscale: #F7F7F7. Windows color (decimal): -458801 or 13631480. OLE color: 13631480.

HSL color Cylindrical-coordinate representation of color #F8FFCF: hue angle of 68.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8FFCF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB248255207-
CMYK0.0300.190
HSL68.75º100%90.59%-
HSV(B)68.75º18.82%100%-
XYZ85.7395.9873.04-
YUV247.44105.18128.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.93%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 207 (81.25% from 255) = 29.15%
R=34.93%
G=35.92%
B=29.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482552070.0300.19068.7510090.59
HexF8FFCF3013045645b
Octal37037731730230105144133
Binary111110001111111111001111110100110100010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FFCF; }

 p { color: rgb(248,255,207); }

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

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

 a { background-color: rgb(248,255,207); }

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

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

 span { border-color: rgb(248,255,207); }

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