Html Css Color HEX #F2D9FC Blue Chalk

📋 copy color: '#F2D9FC'

red 242 ◦ green 217 ◦ blue 252

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

Shades of Blue Chalk #F2D9FC

Tints of Blue Chalk #F2D9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.52%

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

R = 34.04%
G = 30.52%
B = 35.44%

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

#F2D9FC (or 0xF2D9FC) is known color: Blue Chalk. HEX triplet: F2, D9 and FC. RGB value is (242,217,252). Sum of RGB (Red+Green+Blue) = 242+217+252=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FC is #0D2603. Grayscale: #E4E4E4. Windows color (decimal): -861700 or 16570866. OLE color: 16570866.

HSL color Cylindrical-coordinate representation of color #F2D9FC: hue angle of 282.86º degrees, saturation: 0.85, 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 #F2D9FC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 217 252 -
CMYK 0.04 0.14 0 0.01
HSL 282.86º 0.85% 0.92% -
HSV(B) 282.86º 0.14% 0.99% -
XYZ 79 75.53 102.51 -
YUV 228.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 242 217 252 0.04 0.14 0 0.01 282.86 0.85 0.92
Hex F2 D9 FC 4 E 0 1 11B 55 5C
Octal 362 331 374 4 16 0 1 433 125 134
Binary 11110010 11011001 11111100 100 1110 0 1 100011011 1010101 1011100

Color Harmonies of #F2D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9FC

Black with #F2D9FC

Text Example


Text Example

White with #F2D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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