Html Css Color HEX #F6CAFF Blue Chalk

📋 copy color: '#F6CAFF'

red 246 ◦ green 202 ◦ blue 255

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

Shades of Blue Chalk #F6CAFF

Tints of Blue Chalk #F6CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.73%

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

R = 34.99%
G = 28.73%
B = 36.27%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6CAFF (or 0xF6CAFF) is known color: Blue Chalk. HEX triplet: F6, CA and FF. RGB value is (246,202,255). Sum of RGB (Red+Green+Blue) = 246+202+255=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFF is #093500. Grayscale: #DDDDDD. Windows color (decimal): -603393 or 16763638. OLE color: 16763638.

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

Color convert

RGB 246 202 255 -
CMYK 0.04 0.21 0 0
HSL 289.81º 1% 0.9% -
HSV(B) 289.81º 0.21% 1% -
XYZ 77.18 69.05 103.87 -
YUV 221.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 246 202 255 0.04 0.21 0 0 289.81 1 0.9
Hex F6 CA FF 4 15 0 0 122 64 5A
Octal 366 312 377 4 25 0 0 442 144 132
Binary 11110110 11001010 11111111 100 10101 0 0 100100010 1100100 1011010

Color Harmonies of #F6CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAFF

Black with #F6CAFF

Text Example


Text Example

White with #F6CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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