Html Css Color HEX #F0CEFA Blue Chalk

📋 copy color: '#F0CEFA'

red 240 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #F0CEFA

Tints of Blue Chalk #F0CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.6%

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

R = 34.48%
G = 29.6%
B = 35.92%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0CEFA (or 0xF0CEFA) is known color: Blue Chalk. HEX triplet: F0, CE and FA. RGB value is (240,206,250). Sum of RGB (Red+Green+Blue) = 240+206+250=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFA is #0F3105. Grayscale: #DDDDDD. Windows color (decimal): -995590 or 16436976. OLE color: 16436976.

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

Color convert

RGB 240 206 250 -
CMYK 0.04 0.18 0 0.02
HSL 286.36º 0.81% 0.89% -
HSV(B) 286.36º 0.18% 0.98% -
XYZ 75.26 69.57 99.9 -
YUV 221.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 240 206 250 0.04 0.18 0 0.02 286.36 0.81 0.89
Hex F0 CE FA 4 12 0 2 11E 51 59
Octal 360 316 372 4 22 0 2 436 121 131
Binary 11110000 11001110 11111010 100 10010 0 10 100011110 1010001 1011001

Color Harmonies of #F0CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEFA

Black with #F0CEFA

Text Example


Text Example

White with #F0CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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