Html Css Color HEX #F2C8FC Blue Chalk

📋 copy color: '#F2C8FC'

red 242 ◦ green 200 ◦ blue 252

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

Shades of Blue Chalk #F2C8FC

Tints of Blue Chalk #F2C8FC

RGB

 RED value IS 242 (94.92% from 255) = 34.87%

 GREEN value IS 200 (78.52% from 255) = 28.82%

 BLUE value IS 252 (98.83% from 255) = 36.31%

R = 34.87%
G = 28.82%
B = 36.31%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2C8FC (or 0xF2C8FC) is known color: Blue Chalk. HEX triplet: F2, C8 and FC. RGB value is (242,200,252). Sum of RGB (Red+Green+Blue) = 242+200+252=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C8FC is #0D3703. Grayscale: #DADADA. Windows color (decimal): -866052 or 16566514. OLE color: 16566514.

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

Color convert

RGB 242 200 252 -
CMYK 0.04 0.21 0 0.01
HSL 288.46º 0.9% 0.89% -
HSV(B) 288.46º 0.21% 0.99% -
XYZ 74.84 67.21 101.12 -
YUV 218.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 242 200 252 0.04 0.21 0 0.01 288.46 0.9 0.89
Hex F2 C8 FC 4 15 0 1 120 5A 59
Octal 362 310 374 4 25 0 1 440 132 131
Binary 11110010 11001000 11111100 100 10101 0 1 100100000 1011010 1011001

Color Harmonies of #F2C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8FC

Black with #F2C8FC

Text Example


Text Example

White with #F2C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8FC; }

 p { color: rgb(242,200,252); }

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

background-color css

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

 a { background-color: rgb(242,200,252); }

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

border-color css

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

 span { border-color: rgb(242,200,252); }

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