Html Css Color HEX #F0CBFB Blue Chalk

📋 copy color: '#F0CBFB'

red 240 ◦ green 203 ◦ blue 251

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

Shades of Blue Chalk #F0CBFB

Tints of Blue Chalk #F0CBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.17%

R = 34.58%
G = 29.25%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0CBFB (or 0xF0CBFB) is known color: Blue Chalk. HEX triplet: F0, CB and FB. RGB value is (240,203,251). Sum of RGB (Red+Green+Blue) = 240+203+251=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFB is #0F3404. Grayscale: #DBDBDB. Windows color (decimal): -996357 or 16501744. OLE color: 16501744.

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

Color convert

RGB 240 203 251 -
CMYK 0.04 0.19 0 0.02
HSL 286.25º 0.86% 0.89% -
HSV(B) 286.25º 0.19% 0.98% -
XYZ 74.7 68.2 100.49 -
YUV 219.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 240 203 251 0.04 0.19 0 0.02 286.25 0.86 0.89
Hex F0 CB FB 4 13 0 2 11E 56 59
Octal 360 313 373 4 23 0 2 436 126 131
Binary 11110000 11001011 11111011 100 10011 0 10 100011110 1010110 1011001

Color Harmonies of #F0CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBFB

Black with #F0CBFB

Text Example


Text Example

White with #F0CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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