#F8FFD0

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

Shades of Carla #F8FFD0

Tints of Carla #F8FFD0

Color information

#F8FFD0 (or 0xF8FFD0) is unknown color: approx Carla. HEX triplet: F8, FF and D0. RGB value is (248,255,208). Sum of RGB (Red+Green+Blue) = 248+255+208=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 208 (81.64% from 255 or 29.25% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFD0 is #07002F. Grayscale: #F7F7F7. Windows color (decimal): -458800 or 13697016. OLE color: 13697016.

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

Color convert

RGB248255208-
CMYK0.0300.180
HSL68.94º100%90.78%-
HSV(B)68.94º18.43%100%-
XYZ85.8696.0373.69-
YUV247.55105.68128.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.88%
GREEN value IS 255 (100% from 255) = 35.86%
BLUE value IS 208 (81.64% from 255) = 29.25%
R=34.88%
G=35.86%
B=29.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482552080.0300.18068.9410090.78
HexF8FFD03012045645b
Octal37037732030220105144133
Binary111110001111111111010000110100100100010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FFD0; }

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

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

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

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

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

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

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

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