Html Css Color HEX #F6C6FF Blue Chalk

📋 copy color: '#F6C6FF'

red 246 ◦ green 198 ◦ blue 255

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

Shades of Blue Chalk #F6C6FF

Tints of Blue Chalk #F6C6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.33%

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

R = 35.19%
G = 28.33%
B = 36.48%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6C6FF (or 0xF6C6FF) is known color: Blue Chalk. HEX triplet: F6, C6 and FF. RGB value is (246,198,255). Sum of RGB (Red+Green+Blue) = 246+198+255=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C6FF is #093900. Grayscale: #DADADA. Windows color (decimal): -604417 or 16762614. OLE color: 16762614.

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

Color convert

RGB 246 198 255 -
CMYK 0.04 0.22 0 0
HSL 290.53º 1% 0.89% -
HSV(B) 290.53º 0.22% 1% -
XYZ 76.25 67.2 103.56 -
YUV 218.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 246 198 255 0.04 0.22 0 0 290.53 1 0.89
Hex F6 C6 FF 4 16 0 0 123 64 59
Octal 366 306 377 4 26 0 0 443 144 131
Binary 11110110 11000110 11111111 100 10110 0 0 100100011 1100100 1011001

Color Harmonies of #F6C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C6FF

Black with #F6C6FF

Text Example


Text Example

White with #F6C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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