Html Css Color HEX #F6CCFF Blue Chalk

📋 copy color: '#F6CCFF'

red 246 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #F6CCFF

Tints of Blue Chalk #F6CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.94%

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

R = 34.89%
G = 28.94%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6CCFF (or 0xF6CCFF) is known color: Blue Chalk. HEX triplet: F6, CC and FF. RGB value is (246,204,255). Sum of RGB (Red+Green+Blue) = 246+204+255=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCFF is #093300. Grayscale: #DEDEDE. Windows color (decimal): -602881 or 16764150. OLE color: 16764150.

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

Color convert

RGB 246 204 255 -
CMYK 0.04 0.2 0 0
HSL 289.41º 1% 0.9% -
HSV(B) 289.41º 0.2% 1% -
XYZ 77.65 70 104.03 -
YUV 222.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 246 204 255 0.04 0.2 0 0 289.41 1 0.9
Hex F6 CC FF 4 14 0 0 121 64 5A
Octal 366 314 377 4 24 0 0 441 144 132
Binary 11110110 11001100 11111111 100 10100 0 0 100100001 1100100 1011010

Color Harmonies of #F6CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCFF

Black with #F6CCFF

Text Example


Text Example

White with #F6CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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