Html Css Color HEX #F3DBFB Blue Chalk

📋 copy color: '#F3DBFB'

red 243 ◦ green 219 ◦ blue 251

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

Shades of Blue Chalk #F3DBFB

Tints of Blue Chalk #F3DBFB

RGB

 RED value IS 243 (95.31% from 255) = 34.08%

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

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

R = 34.08%
G = 30.72%
B = 35.2%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F3DBFB (or 0xF3DBFB) is known color: Blue Chalk. HEX triplet: F3, DB and FB. RGB value is (243,219,251). Sum of RGB (Red+Green+Blue) = 243+219+251=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFB is #0C2404. Grayscale: #E5E5E5. Windows color (decimal): -795653 or 16505843. OLE color: 16505843.

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

Color convert

RGB 243 219 251 -
CMYK 0.03 0.13 0 0.02
HSL 285º 0.8% 0.92% -
HSV(B) 285º 0.13% 0.98% -
XYZ 79.71 76.68 101.87 -
YUV 229.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 243 219 251 0.03 0.13 0 0.02 285 0.8 0.92
Hex F3 DB FB 3 D 0 2 11D 50 5C
Octal 363 333 373 3 15 0 2 435 120 134
Binary 11110011 11011011 11111011 11 1101 0 10 100011101 1010000 1011100

Color Harmonies of #F3DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DBFB

Black with #F3DBFB

Text Example


Text Example

White with #F3DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DBFB; }

 p { color: rgb(243,219,251); }

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

background-color css

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

 a { background-color: rgb(243,219,251); }

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

border-color css

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

 span { border-color: rgb(243,219,251); }

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