Html Css Color HEX #F2D1FD Blue Chalk

📋 copy color: '#F2D1FD'

red 242 ◦ green 209 ◦ blue 253

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

Shades of Blue Chalk #F2D1FD

Tints of Blue Chalk #F2D1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.94%

R = 34.38%
G = 29.69%
B = 35.94%

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

#F2D1FD (or 0xF2D1FD) is known color: Blue Chalk. HEX triplet: F2, D1 and FD. RGB value is (242,209,253). Sum of RGB (Red+Green+Blue) = 242+209+253=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 209 (82.03% from 255 or 29.69% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2D1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1FD is #0D2E02. Grayscale: #DFDFDF. Windows color (decimal): -863747 or 16634354. OLE color: 16634354.

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

Color convert

RGB 242 209 253 -
CMYK 0.04 0.17 0 0.01
HSL 285º 0.92% 0.91% -
HSV(B) 285º 0.17% 0.99% -
XYZ 77.15 71.57 102.68 -
YUV 223.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 242 209 253 0.04 0.17 0 0.01 285 0.92 0.91
Hex F2 D1 FD 4 11 0 1 11D 5C 5B
Octal 362 321 375 4 21 0 1 435 134 133
Binary 11110010 11010001 11111101 100 10001 0 1 100011101 1011100 1011011

Color Harmonies of #F2D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1FD

Black with #F2D1FD

Text Example


Text Example

White with #F2D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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