#F2CFF9

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

Shades of Blue Chalk #F2CFF9

Tints of Blue Chalk #F2CFF9

Color information

#F2CFF9 (or 0xF2CFF9) is unknown color: approx Blue Chalk. HEX triplet: F2, CF and F9. RGB value is (242,207,249). Sum of RGB (Red+Green+Blue) = 242+207+249=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF9 is #0D3006. Grayscale: #DEDEDE. Windows color (decimal): -864263 or 16371698. OLE color: 16371698.

HSL color Cylindrical-coordinate representation of color #F2CFF9: hue angle of 290º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CFF9 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242207249-
CMYK0.030.1700.02
HSL290º77.78%89.41%-
HSV(B)290º16.87%97.65%-
XYZ76.0370.3499.19-
YUV222.25143.1142.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 249 (97.66% from 255) = 35.67%
R=34.67%
G=29.66%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422072490.030.1700.0229077.7889.41
HexF2CFF9311021224e59
Octal36231737132102442116131
Binary111100101100111111111001111000101010010001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFF9; }

 p { color: rgb(242,207,249); }

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

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

 a { background-color: rgb(242,207,249); }

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

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

 span { border-color: rgb(242,207,249); }

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