Html Css Color HEX #F5C6FE Blue Chalk

📋 copy color: '#F5C6FE'

red 245 ◦ green 198 ◦ blue 254

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

Shades of Blue Chalk #F5C6FE

Tints of Blue Chalk #F5C6FE

RGB

 RED value IS 245 (96.09% from 255) = 35.15%

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

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 35.15%
G = 28.41%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5C6FE (or 0xF5C6FE) is known color: Blue Chalk. HEX triplet: F5, C6 and FE. RGB value is (245,198,254). Sum of RGB (Red+Green+Blue) = 245+198+254=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 198 (77.73% from 255 or 28.41% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C6FE is #0A3901. Grayscale: #DADADA. Windows color (decimal): -669954 or 16697077. OLE color: 16697077.

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

Color convert

RGB 245 198 254 -
CMYK 0.04 0.22 0 0.00
HSL 290.36º 0.97% 0.89% -
HSV(B) 290.36º 0.22% 1% -
XYZ 75.74 66.96 102.7 -
YUV 218.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 245 198 254 0.04 0.22 0 0.00 290.36 0.97 0.89
Hex F5 C6 FE 4 16 0 0 122 61 59
Octal 365 306 376 4 26 0 0 442 141 131
Binary 11110101 11000110 11111110 100 10110 0 0 100100010 1100001 1011001

Color Harmonies of #F5C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C6FE

Black with #F5C6FE

Text Example


Text Example

White with #F5C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C6FE; }

 p { color: rgb(245,198,254); }

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

background-color css

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

 a { background-color: rgb(245,198,254); }

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

border-color css

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

 span { border-color: rgb(245,198,254); }

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