Html Css Color HEX #F2D8FC Blue Chalk

📋 copy color: '#F2D8FC'

red 242 ◦ green 216 ◦ blue 252

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

Shades of Blue Chalk #F2D8FC

Tints of Blue Chalk #F2D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.42%

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

R = 34.08%
G = 30.42%
B = 35.49%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2D8FC (or 0xF2D8FC) is known color: Blue Chalk. HEX triplet: F2, D8 and FC. RGB value is (242,216,252). Sum of RGB (Red+Green+Blue) = 242+216+252=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D8FC is #0D2703. Grayscale: #E3E3E3. Windows color (decimal): -861956 or 16570610. OLE color: 16570610.

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

Color convert

RGB 242 216 252 -
CMYK 0.04 0.14 0 0.01
HSL 283.33º 0.86% 0.92% -
HSV(B) 283.33º 0.14% 0.99% -
XYZ 78.74 75.02 102.43 -
YUV 227.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 242 216 252 0.04 0.14 0 0.01 283.33 0.86 0.92
Hex F2 D8 FC 4 E 0 1 11B 56 5C
Octal 362 330 374 4 16 0 1 433 126 134
Binary 11110010 11011000 11111100 100 1110 0 1 100011011 1010110 1011100

Color Harmonies of #F2D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8FC

Black with #F2D8FC

Text Example


Text Example

White with #F2D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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