Html Css Color HEX #F6C5FF Blue Chalk

📋 copy color: '#F6C5FF'

red 246 ◦ green 197 ◦ blue 255

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

Shades of Blue Chalk #F6C5FF

Tints of Blue Chalk #F6C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.22%

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

R = 35.24%
G = 28.22%
B = 36.53%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6C5FF (or 0xF6C5FF) is known color: Blue Chalk. HEX triplet: F6, C5 and FF. RGB value is (246,197,255). Sum of RGB (Red+Green+Blue) = 246+197+255=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5FF is #093A00. Grayscale: #DADADA. Windows color (decimal): -604673 or 16762358. OLE color: 16762358.

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

Color convert

RGB 246 197 255 -
CMYK 0.04 0.23 0 0
HSL 290.69º 1% 0.89% -
HSV(B) 290.69º 0.23% 1% -
XYZ 76.02 66.75 103.48 -
YUV 218.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 246 197 255 0.04 0.23 0 0 290.69 1 0.89
Hex F6 C5 FF 4 17 0 0 123 64 59
Octal 366 305 377 4 27 0 0 443 144 131
Binary 11110110 11000101 11111111 100 10111 0 0 100100011 1100100 1011001

Color Harmonies of #F6C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5FF

Black with #F6C5FF

Text Example


Text Example

White with #F6C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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