Html Css Color HEX #F2D1FC Blue Chalk

📋 copy color: '#F2D1FC'

red 242 ◦ green 209 ◦ blue 252

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

Shades of Blue Chalk #F2D1FC

Tints of Blue Chalk #F2D1FC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.73%

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

R = 34.42%
G = 29.73%
B = 35.85%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2D1FC (or 0xF2D1FC) is known color: Blue Chalk. HEX triplet: F2, D1 and FC. RGB value is (242,209,252). Sum of RGB (Red+Green+Blue) = 242+209+252=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 209 (82.03% from 255 or 29.73% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2D1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1FC is #0D2E03. Grayscale: #DFDFDF. Windows color (decimal): -863748 or 16568818. OLE color: 16568818.

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

Color convert

RGB 242 209 252 -
CMYK 0.04 0.17 0 0.01
HSL 286.05º 0.88% 0.9% -
HSV(B) 286.05º 0.17% 0.99% -
XYZ 76.99 71.51 101.84 -
YUV 223.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 242 209 252 0.04 0.17 0 0.01 286.05 0.88 0.9
Hex F2 D1 FC 4 11 0 1 11E 58 5A
Octal 362 321 374 4 21 0 1 436 130 132
Binary 11110010 11010001 11111100 100 10001 0 1 100011110 1011000 1011010

Color Harmonies of #F2D1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1FC

Black with #F2D1FC

Text Example


Text Example

White with #F2D1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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