Html Css Color HEX #F3D9FF Blue Chalk

📋 copy color: '#F3D9FF'

red 243 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #F3D9FF

Tints of Blue Chalk #F3D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.35%

 BLUE value IS 255 (100% from 255) = 35.66%

R = 33.99%
G = 30.35%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F3D9FF (or 0xF3D9FF) is known color: Blue Chalk. HEX triplet: F3, D9 and FF. RGB value is (243,217,255). Sum of RGB (Red+Green+Blue) = 243+217+255=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 217 (85.16% from 255 or 30.35% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D9FF is #0C2600. Grayscale: #E4E4E4. Windows color (decimal): -796161 or 16767475. OLE color: 16767475.

HSL color Cylindrical-coordinate representation of color #F3D9FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3D9FF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 217 255 -
CMYK 0.05 0.15 0 0
HSL 281.05º 1% 0.93% -
HSV(B) 281.05º 0.15% 1% -
XYZ 79.83 75.9 105.05 -
YUV 229.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 243 217 255 0.05 0.15 0 0 281.05 1 0.93
Hex F3 D9 FF 5 F 0 0 119 64 5D
Octal 363 331 377 5 17 0 0 431 144 135
Binary 11110011 11011001 11111111 101 1111 0 0 100011001 1100100 1011101

Color Harmonies of #F3D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D9FF

Black with #F3D9FF

Text Example


Text Example

White with #F3D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D9FF; }

 p { color: rgb(243,217,255); }

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

background-color css

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

 a { background-color: rgb(243,217,255); }

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

border-color css

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

 span { border-color: rgb(243,217,255); }

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