Html Css Color HEX #F0DBFA Blue Chalk

📋 copy color: '#F0DBFA'

red 240 ◦ green 219 ◦ blue 250

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

Shades of Blue Chalk #F0DBFA

Tints of Blue Chalk #F0DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.89%

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

R = 33.85%
G = 30.89%
B = 35.26%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0DBFA (or 0xF0DBFA) is known color: Blue Chalk. HEX triplet: F0, DB and FA. RGB value is (240,219,250). Sum of RGB (Red+Green+Blue) = 240+219+250=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBFA is #0F2405. Grayscale: #E4E4E4. Windows color (decimal): -992262 or 16440304. OLE color: 16440304.

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

Color convert

RGB 240 219 250 -
CMYK 0.04 0.12 0 0.02
HSL 280.65º 0.76% 0.92% -
HSV(B) 280.65º 0.12% 0.98% -
XYZ 78.52 76.09 100.99 -
YUV 228.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 240 219 250 0.04 0.12 0 0.02 280.65 0.76 0.92
Hex F0 DB FA 4 C 0 2 119 4C 5C
Octal 360 333 372 4 14 0 2 431 114 134
Binary 11110000 11011011 11111010 100 1100 0 10 100011001 1001100 1011100

Color Harmonies of #F0DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBFA

Black with #F0DBFA

Text Example


Text Example

White with #F0DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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