#F5CDFF

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

Shades of Blue Chalk #F5CDFF

Tints of Blue Chalk #F5CDFF

Color information

#F5CDFF (or 0xF5CDFF) is unknown color: approx Blue Chalk. HEX triplet: F5, CD and FF. RGB value is (245,205,255). Sum of RGB (Red+Green+Blue) = 245+205+255=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFF is #0A3200. Grayscale: #DEDEDE. Windows color (decimal): -668161 or 16764405. OLE color: 16764405.

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

Color convert

RGB245205255-
CMYK0.040.2000
HSL288º100%90.2%-
HSV(B)288º19.61%100%-
XYZ77.5470.3104.09-
YUV222.66146.25143.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.75%
GREEN value IS 205 (80.47% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 36.17%
R=34.75%
G=29.08%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452052550.040.200028810090.2
HexF5CDFF41400120645a
Octal36531537742400440144132
Binary111101011100110111111111100101000010010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDFF; }

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

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

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

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

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

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

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

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