Html Css Color HEX #F0C5FB Blue Chalk

📋 copy color: '#F0C5FB'

red 240 ◦ green 197 ◦ blue 251

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

Shades of Blue Chalk #F0C5FB

Tints of Blue Chalk #F0C5FB

RGB

 RED value IS 240 (94.14% from 255) = 34.88%

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

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 34.88%
G = 28.63%
B = 36.48%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C5FB (or 0xF0C5FB) is known color: Blue Chalk. HEX triplet: F0, C5 and FB. RGB value is (240,197,251). Sum of RGB (Red+Green+Blue) = 240+197+251=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0C5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5FB is #0F3A04. Grayscale: #D7D7D7. Windows color (decimal): -997893 or 16500208. OLE color: 16500208.

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

Color convert

RGB 240 197 251 -
CMYK 0.04 0.22 0 0.02
HSL 287.78º 0.87% 0.88% -
HSV(B) 287.78º 0.22% 0.98% -
XYZ 73.31 65.42 100.03 -
YUV 216.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 240 197 251 0.04 0.22 0 0.02 287.78 0.87 0.88
Hex F0 C5 FB 4 16 0 2 120 57 58
Octal 360 305 373 4 26 0 2 440 127 130
Binary 11110000 11000101 11111011 100 10110 0 10 100100000 1010111 1011000

Color Harmonies of #F0C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5FB

Black with #F0C5FB

Text Example


Text Example

White with #F0C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5FB; }

 p { color: rgb(240,197,251); }

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

background-color css

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

 a { background-color: rgb(240,197,251); }

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

border-color css

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

 span { border-color: rgb(240,197,251); }

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