Html Css Color HEX #F0CBFA Blue Chalk

📋 copy color: '#F0CBFA'

red 240 ◦ green 203 ◦ blue 250

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

Shades of Blue Chalk #F0CBFA

Tints of Blue Chalk #F0CBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.08%

R = 34.63%
G = 29.29%
B = 36.08%

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

#F0CBFA (or 0xF0CBFA) is known color: Blue Chalk. HEX triplet: F0, CB and FA. RGB value is (240,203,250). Sum of RGB (Red+Green+Blue) = 240+203+250=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFA is #0F3405. Grayscale: #DBDBDB. Windows color (decimal): -996358 or 16436208. OLE color: 16436208.

HSL color Cylindrical-coordinate representation of color #F0CBFA: hue angle of 287.23º degrees, saturation: 0.82, 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 #F0CBFA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 203 250 -
CMYK 0.04 0.19 0 0.02
HSL 287.23º 0.82% 0.89% -
HSV(B) 287.23º 0.19% 0.98% -
XYZ 74.55 68.14 99.67 -
YUV 219.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 240 203 250 0.04 0.19 0 0.02 287.23 0.82 0.89
Hex F0 CB FA 4 13 0 2 11F 52 59
Octal 360 313 372 4 23 0 2 437 122 131
Binary 11110000 11001011 11111010 100 10011 0 10 100011111 1010010 1011001

Color Harmonies of #F0CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBFA

Black with #F0CBFA

Text Example


Text Example

White with #F0CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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