#F3C8FC

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

Shades of Blue Chalk #F3C8FC

Tints of Blue Chalk #F3C8FC

Color information

#F3C8FC (or 0xF3C8FC) is unknown color: approx Blue Chalk. HEX triplet: F3, C8 and FC. RGB value is (243,200,252). Sum of RGB (Red+Green+Blue) = 243+200+252=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8FC is #0C3703. Grayscale: #DADADA. Windows color (decimal): -800516 or 16566515. OLE color: 16566515.

HSL color Cylindrical-coordinate representation of color #F3C8FC: hue angle of 289.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C8FC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243200252-
CMYK0.040.2100.01
HSL289.62º89.66%88.63%-
HSV(B)289.62º20.63%98.82%-
XYZ75.1967.39101.14-
YUV218.78146.75145.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 200 (78.52% from 255) = 28.78%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=34.96%
G=28.78%
B=36.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432002520.040.2100.01289.6289.6688.63
HexF3C8FC415011225a59
Octal36331037442501442132131
Binary111100111100100011111100100101010110010001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8FC; }

 p { color: rgb(243,200,252); }

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

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

 a { background-color: rgb(243,200,252); }

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

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

 span { border-color: rgb(243,200,252); }

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