Html Css Color HEX #F3D0FB Blue Chalk

📋 copy color: '#F3D0FB'

red 243 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #F3D0FB

Tints of Blue Chalk #F3D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.63%

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

R = 34.62%
G = 29.63%
B = 35.75%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F3D0FB (or 0xF3D0FB) is known color: Blue Chalk. HEX triplet: F3, D0 and FB. RGB value is (243,208,251). Sum of RGB (Red+Green+Blue) = 243+208+251=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0FB is #0C2F04. Grayscale: #DFDFDF. Windows color (decimal): -798469 or 16503027. OLE color: 16503027.

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

Color convert

RGB 243 208 251 -
CMYK 0.03 0.17 0 0.02
HSL 288.84º 0.84% 0.9% -
HSV(B) 288.84º 0.17% 0.98% -
XYZ 76.93 71.13 100.94 -
YUV 223.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 243 208 251 0.03 0.17 0 0.02 288.84 0.84 0.9
Hex F3 D0 FB 3 11 0 2 121 54 5A
Octal 363 320 373 3 21 0 2 441 124 132
Binary 11110011 11010000 11111011 11 10001 0 10 100100001 1010100 1011010

Color Harmonies of #F3D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D0FB

Black with #F3D0FB

Text Example


Text Example

White with #F3D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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