#F3F4FF

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

Shades of Ghost White #F3F4FF

Tints of Ghost White #F3F4FF

Color information

#F3F4FF (or 0xF3F4FF) is unknown color: approx Ghost White. HEX triplet: F3, F4 and FF. RGB value is (243,244,255). Sum of RGB (Red+Green+Blue) = 243+244+255=742 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.75% from 742); Green value is 244 (95.70% from 255 or 32.88% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3F4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F4FF is #0C0B00. Grayscale: #F4F4F4. Windows color (decimal): -789249 or 16774387. OLE color: 16774387.

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

Color convert

RGB243244255-
CMYK0.050.0400
HSL235º100%97.65%-
HSV(B)235º4.71%100%-
XYZ87.3690.98107.56-
YUV244.96133.67126.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.75%
GREEN value IS 244 (95.70% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 34.37%
R=32.75%
G=32.88%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432442550.050.040023510097.65
HexF3F4FF5400eb6462
Octal3633643775400353144142
Binary111100111111010011111111101100001110101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F4FF; }

 p { color: rgb(243,244,255); }

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

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

 a { background-color: rgb(243,244,255); }

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

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

 span { border-color: rgb(243,244,255); }

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