Html Css Color HEX #F0CFFC Blue Chalk

📋 copy color: '#F0CFFC'

red 240 ◦ green 207 ◦ blue 252

#F0CFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F0CFFC

Tints of Blue Chalk #F0CFFC

RGB

 RED value IS 240 (94.14% from 255) = 34.33%

 GREEN value IS 207 (81.25% from 255) = 29.61%

 BLUE value IS 252 (98.83% from 255) = 36.05%

R = 34.33%
G = 29.61%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CFFC (or 0xF0CFFC) is known color: Blue Chalk. HEX triplet: F0, CF and FC. RGB value is (240,207,252). Sum of RGB (Red+Green+Blue) = 240+207+252=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFFC is #0F3003. Grayscale: #DDDDDD. Windows color (decimal): -995332 or 16568304. OLE color: 16568304.

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

Color convert

RGB 240 207 252 -
CMYK 0.05 0.18 0 0.01
HSL 284º 0.88% 0.9% -
HSV(B) 284º 0.18% 0.99% -
XYZ 75.82 70.18 101.65 -
YUV 222 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 240 207 252 0.05 0.18 0 0.01 284 0.88 0.9
Hex F0 CF FC 5 12 0 1 11C 58 5A
Octal 360 317 374 5 22 0 1 434 130 132
Binary 11110000 11001111 11111100 101 10010 0 1 100011100 1011000 1011010

Color Harmonies of #F0CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFFC

Black with #F0CFFC

Text Example


Text Example

White with #F0CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFFC; }

 p { color: rgb(240,207,252); }

 H1.HeaderClassName
 {
   color: #F0CFFC;
 }
 .AnyTagClassName
 {
   color: #F0CFFC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,207,252); }

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

border-color css

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

 span { border-color: rgb(240,207,252); }

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