Html Css Color HEX #F6D6FF Blue Chalk

📋 copy color: '#F6D6FF'

red 246 ◦ green 214 ◦ blue 255

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

Shades of Blue Chalk #F6D6FF

Tints of Blue Chalk #F6D6FF

RGB

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

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

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

R = 34.41%
G = 29.93%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6D6FF (or 0xF6D6FF) is known color: Blue Chalk. HEX triplet: F6, D6 and FF. RGB value is (246,214,255). Sum of RGB (Red+Green+Blue) = 246+214+255=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 214 (83.98% from 255 or 29.93% 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 #F6D6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6FF is #092900. Grayscale: #E4E4E4. Windows color (decimal): -600321 or 16766710. OLE color: 16766710.

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

Color convert

RGB 246 214 255 -
CMYK 0.04 0.16 0 0
HSL 286.83º 1% 0.92% -
HSV(B) 286.83º 0.16% 1% -
XYZ 80.1 74.91 104.84 -
YUV 228.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 246 214 255 0.04 0.16 0 0 286.83 1 0.92
Hex F6 D6 FF 4 10 0 0 11F 64 5C
Octal 366 326 377 4 20 0 0 437 144 134
Binary 11110110 11010110 11111111 100 10000 0 0 100011111 1100100 1011100

Color Harmonies of #F6D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D6FF

Black with #F6D6FF

Text Example


Text Example

White with #F6D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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