Html Css Color HEX #F6D8FF Blue Chalk

📋 copy color: '#F6D8FF'

red 246 ◦ green 216 ◦ blue 255

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

Shades of Blue Chalk #F6D8FF

Tints of Blue Chalk #F6D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.13%

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

R = 34.31%
G = 30.13%
B = 35.56%

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

#F6D8FF (or 0xF6D8FF) is known color: Blue Chalk. HEX triplet: F6, D8 and FF. RGB value is (246,216,255). Sum of RGB (Red+Green+Blue) = 246+216+255=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8FF is #092700. Grayscale: #E5E5E5. Windows color (decimal): -599809 or 16767222. OLE color: 16767222.

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

Color convert

RGB 246 216 255 -
CMYK 0.04 0.15 0 0
HSL 286.15º 1% 0.92% -
HSV(B) 286.15º 0.15% 1% -
XYZ 80.61 75.92 105.01 -
YUV 229.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 246 216 255 0.04 0.15 0 0 286.15 1 0.92
Hex F6 D8 FF 4 F 0 0 11E 64 5C
Octal 366 330 377 4 17 0 0 436 144 134
Binary 11110110 11011000 11111111 100 1111 0 0 100011110 1100100 1011100

Color Harmonies of #F6D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8FF

Black with #F6D8FF

Text Example


Text Example

White with #F6D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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