Html Css Color HEX #F2C7FE Blue Chalk

📋 copy color: '#F2C7FE'

red 242 ◦ green 199 ◦ blue 254

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

Shades of Blue Chalk #F2C7FE

Tints of Blue Chalk #F2C7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.63%

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

R = 34.82%
G = 28.63%
B = 36.55%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2C7FE (or 0xF2C7FE) is known color: Blue Chalk. HEX triplet: F2, C7 and FE. RGB value is (242,199,254). Sum of RGB (Red+Green+Blue) = 242+199+254=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 199 (78.12% from 255 or 28.63% 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 #F2C7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7FE is #0D3801. Grayscale: #D9D9D9. Windows color (decimal): -866306 or 16697330. OLE color: 16697330.

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

Color convert

RGB 242 199 254 -
CMYK 0.05 0.22 0 0.00
HSL 286.91º 0.96% 0.89% -
HSV(B) 286.91º 0.22% 1% -
XYZ 74.93 66.88 102.73 -
YUV 218.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 242 199 254 0.05 0.22 0 0.00 286.91 0.96 0.89
Hex F2 C7 FE 5 16 0 0 11F 60 59
Octal 362 307 376 5 26 0 0 437 140 131
Binary 11110010 11000111 11111110 101 10110 0 0 100011111 1100000 1011001

Color Harmonies of #F2C7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7FE

Black with #F2C7FE

Text Example


Text Example

White with #F2C7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7FE; }

 p { color: rgb(242,199,254); }

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

background-color css

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

 a { background-color: rgb(242,199,254); }

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

border-color css

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

 span { border-color: rgb(242,199,254); }

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