#F3CDFF

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

Shades of Blue Chalk #F3CDFF

Tints of Blue Chalk #F3CDFF

Color information

#F3CDFF (or 0xF3CDFF) is unknown color: approx Blue Chalk. HEX triplet: F3, CD and FF. RGB value is (243,205,255). Sum of RGB (Red+Green+Blue) = 243+205+255=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDFF is #0C3200. Grayscale: #DDDDDD. Windows color (decimal): -799233 or 16764403. OLE color: 16764403.

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

Color convert

RGB243205255-
CMYK0.050.2000
HSL285.6º100%90.2%-
HSV(B)285.6º19.61%100%-
XYZ76.8469.94104.06-
YUV222.06146.59142.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 29.16%
BLUE value IS 255 (100% from 255) = 36.27%
R=34.57%
G=29.16%
B=36.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432052550.050.2000285.610090.2
HexF3CDFF5140011e645a
Octal36331537752400436144132
Binary111100111100110111111111101101000010001111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDFF; }

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

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

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

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

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

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

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

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