#F1CAFF

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

Shades of Blue Chalk #F1CAFF

Tints of Blue Chalk #F1CAFF

Color information

#F1CAFF (or 0xF1CAFF) is unknown color: approx Blue Chalk. HEX triplet: F1, CA and FF. RGB value is (241,202,255). Sum of RGB (Red+Green+Blue) = 241+202+255=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAFF is #0E3500. Grayscale: #DBDBDB. Windows color (decimal): -931073 or 16763633. OLE color: 16763633.

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

Color convert

RGB241202255-
CMYK0.050.2100
HSL284.15º100%89.61%-
HSV(B)284.15º20.78%100%-
XYZ75.4568.16103.79-
YUV219.7147.92143.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 202 (79.30% from 255) = 28.94%
BLUE value IS 255 (100% from 255) = 36.53%
R=34.53%
G=28.94%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412022550.050.2100284.1510089.61
HexF1CAFF5150011c645a
Octal36131237752500434144132
Binary111100011100101011111111101101010010001110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAFF; }

 p { color: rgb(241,202,255); }

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

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

 a { background-color: rgb(241,202,255); }

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

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

 span { border-color: rgb(241,202,255); }

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