#F1CDFF

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

Shades of Blue Chalk #F1CDFF

Tints of Blue Chalk #F1CDFF

Color information

#F1CDFF (or 0xF1CDFF) is unknown color: approx Blue Chalk. HEX triplet: F1, CD and FF. RGB value is (241,205,255). Sum of RGB (Red+Green+Blue) = 241+205+255=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDFF is #0E3200. Grayscale: #DDDDDD. Windows color (decimal): -930305 or 16764401. OLE color: 16764401.

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

Color convert

RGB241205255-
CMYK0.050.2000
HSL283.2º100%90.2%-
HSV(B)283.2º19.61%100%-
XYZ76.1669.58104.02-
YUV221.46146.93141.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 255 (100% from 255) = 36.38%
R=34.38%
G=29.24%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412052550.050.2000283.210090.2
HexF1CDFF5140011b645a
Octal36131537752400433144132
Binary111100011100110111111111101101000010001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDFF; }

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

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

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

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

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

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

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

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