Html Css Color HEX #F3D6FE Blue Chalk

📋 copy color: '#F3D6FE'

red 243 ◦ green 214 ◦ blue 254

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

Shades of Blue Chalk #F3D6FE

Tints of Blue Chalk #F3D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.1%

 BLUE value IS 254 (99.61% from 255) = 35.72%

R = 34.18%
G = 30.1%
B = 35.72%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F3D6FE (or 0xF3D6FE) is known color: Blue Chalk. HEX triplet: F3, D6 and FE. RGB value is (243,214,254). Sum of RGB (Red+Green+Blue) = 243+214+254=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6FE is #0C2901. Grayscale: #E3E3E3. Windows color (decimal): -796930 or 16701171. OLE color: 16701171.

HSL color Cylindrical-coordinate representation of color #F3D6FE: hue angle of 283.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3D6FE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 214 254 -
CMYK 0.04 0.16 0 0.00
HSL 283.5º 0.95% 0.92% -
HSV(B) 283.5º 0.16% 1% -
XYZ 78.9 74.3 103.95 -
YUV 227.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 243 214 254 0.04 0.16 0 0.00 283.5 0.95 0.92
Hex F3 D6 FE 4 10 0 0 11C 5F 5C
Octal 363 326 376 4 20 0 0 434 137 134
Binary 11110011 11010110 11111110 100 10000 0 0 100011100 1011111 1011100

Color Harmonies of #F3D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D6FE

Black with #F3D6FE

Text Example


Text Example

White with #F3D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D6FE; }

 p { color: rgb(243,214,254); }

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

background-color css

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

 a { background-color: rgb(243,214,254); }

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

border-color css

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

 span { border-color: rgb(243,214,254); }

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