Html Css Color HEX #F4C5FE Blue Chalk

📋 copy color: '#F4C5FE'

red 244 ◦ green 197 ◦ blue 254

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

Shades of Blue Chalk #F4C5FE

Tints of Blue Chalk #F4C5FE

RGB

 RED value IS 244 (95.7% from 255) = 35.11%

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

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

R = 35.11%
G = 28.35%
B = 36.55%

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

#F4C5FE (or 0xF4C5FE) is known color: Blue Chalk. HEX triplet: F4, C5 and FE. RGB value is (244,197,254). Sum of RGB (Red+Green+Blue) = 244+197+254=695 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.11% from 695); Green value is 197 (77.34% from 255 or 28.35% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4C5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FE is #0B3A01. Grayscale: #D9D9D9. Windows color (decimal): -735746 or 16696820. OLE color: 16696820.

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

Color convert

RGB 244 197 254 -
CMYK 0.04 0.22 0 0.00
HSL 289.47º 0.97% 0.88% -
HSV(B) 289.47º 0.22% 1% -
XYZ 75.16 66.32 102.61 -
YUV 217.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 244 197 254 0.04 0.22 0 0.00 289.47 0.97 0.88
Hex F4 C5 FE 4 16 0 0 121 61 58
Octal 364 305 376 4 26 0 0 441 141 130
Binary 11110100 11000101 11111110 100 10110 0 0 100100001 1100001 1011000

Color Harmonies of #F4C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5FE

Black with #F4C5FE

Text Example


Text Example

White with #F4C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5FE; }

 p { color: rgb(244,197,254); }

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

background-color css

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

 a { background-color: rgb(244,197,254); }

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

border-color css

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

 span { border-color: rgb(244,197,254); }

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