#F8FFD2

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

Shades of Carla #F8FFD2

Tints of Carla #F8FFD2

Color information

#F8FFD2 (or 0xF8FFD2) is unknown color: approx Carla. HEX triplet: F8, FF and D2. RGB value is (248,255,210). Sum of RGB (Red+Green+Blue) = 248+255+210=713 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.78% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 210 (82.42% from 255 or 29.45% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFD2 is #07002D. Grayscale: #F7F7F7. Windows color (decimal): -458798 or 13828088. OLE color: 13828088.

HSL color Cylindrical-coordinate representation of color #F8FFD2: hue angle of 69.33º 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 #F8FFD2 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB248255210-
CMYK0.0300.180
HSL69.33º100%91.18%-
HSV(B)69.33º17.65%100%-
XYZ86.196.1374.99-
YUV247.78106.68128.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.78%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 210 (82.42% from 255) = 29.45%
R=34.78%
G=35.76%
B=29.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482552100.0300.18069.3310091.18
HexF8FFD23012045645b
Octal37037732230220105144133
Binary111110001111111111010010110100100100010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FFD2; }

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

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

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

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

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

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

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

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