Html Css Color HEX #F6D9FF Blue Chalk

📋 copy color: '#F6D9FF'

red 246 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #F6D9FF

Tints of Blue Chalk #F6D9FF

RGB

 RED value IS 246 (96.48% from 255) = 34.26%

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

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

R = 34.26%
G = 30.22%
B = 35.52%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6D9FF (or 0xF6D9FF) is known color: Blue Chalk. HEX triplet: F6, D9 and FF. RGB value is (246,217,255). Sum of RGB (Red+Green+Blue) = 246+217+255=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 217 (85.16% from 255 or 30.22% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9FF is #092600. Grayscale: #E5E5E5. Windows color (decimal): -599553 or 16767478. OLE color: 16767478.

HSL color Cylindrical-coordinate representation of color #F6D9FF: hue angle of 285.79º 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 #F6D9FF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 217 255 -
CMYK 0.04 0.15 0 0
HSL 285.79º 1% 0.93% -
HSV(B) 285.79º 0.15% 1% -
XYZ 80.87 76.44 105.1 -
YUV 230 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 246 217 255 0.04 0.15 0 0 285.79 1 0.93
Hex F6 D9 FF 4 F 0 0 11E 64 5D
Octal 366 331 377 4 17 0 0 436 144 135
Binary 11110110 11011001 11111111 100 1111 0 0 100011110 1100100 1011101

Color Harmonies of #F6D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9FF

Black with #F6D9FF

Text Example


Text Example

White with #F6D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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