Html Css Color HEX #F0CBFF Blue Chalk

📋 copy color: '#F0CBFF'

red 240 ◦ green 203 ◦ blue 255

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

Shades of Blue Chalk #F0CBFF

Tints of Blue Chalk #F0CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.08%

 BLUE value IS 255 (100% from 255) = 36.53%

R = 34.38%
G = 29.08%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0CBFF (or 0xF0CBFF) is known color: Blue Chalk. HEX triplet: F0, CB and FF. RGB value is (240,203,255). Sum of RGB (Red+Green+Blue) = 240+203+255=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 203 (79.69% from 255 or 29.08% 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 #F0CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFF is #0F3400. Grayscale: #DBDBDB. Windows color (decimal): -996353 or 16763888. OLE color: 16763888.

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

Color convert

RGB 240 203 255 -
CMYK 0.06 0.20 0 0
HSL 282.69º 1% 0.9% -
HSV(B) 282.69º 0.2% 1% -
XYZ 75.34 68.46 103.85 -
YUV 219.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 240 203 255 0.06 0.20 0 0 282.69 1 0.9
Hex F0 CB FF 6 14 0 0 11B 64 5A
Octal 360 313 377 6 24 0 0 433 144 132
Binary 11110000 11001011 11111111 110 10100 0 0 100011011 1100100 1011010

Color Harmonies of #F0CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBFF

Black with #F0CBFF

Text Example


Text Example

White with #F0CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBFF; }

 p { color: rgb(240,203,255); }

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

background-color css

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

 a { background-color: rgb(240,203,255); }

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

border-color css

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

 span { border-color: rgb(240,203,255); }

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