Html Css Color HEX #F6CDFF Blue Chalk

📋 copy color: '#F6CDFF'

red 246 ◦ green 205 ◦ blue 255

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

Shades of Blue Chalk #F6CDFF

Tints of Blue Chalk #F6CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.04%

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

R = 34.84%
G = 29.04%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6CDFF (or 0xF6CDFF) is known color: Blue Chalk. HEX triplet: F6, CD and FF. RGB value is (246,205,255). Sum of RGB (Red+Green+Blue) = 246+205+255=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDFF is #093200. Grayscale: #DEDEDE. Windows color (decimal): -602625 or 16764406. OLE color: 16764406.

HSL color Cylindrical-coordinate representation of color #F6CDFF: hue angle of 289.2º 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 #F6CDFF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 205 255 -
CMYK 0.04 0.20 0 0
HSL 289.2º 1% 0.9% -
HSV(B) 289.2º 0.2% 1% -
XYZ 77.89 70.48 104.11 -
YUV 222.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 246 205 255 0.04 0.20 0 0 289.2 1 0.9
Hex F6 CD FF 4 14 0 0 121 64 5A
Octal 366 315 377 4 24 0 0 441 144 132
Binary 11110110 11001101 11111111 100 10100 0 0 100100001 1100100 1011010

Color Harmonies of #F6CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDFF

Black with #F6CDFF

Text Example


Text Example

White with #F6CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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