Html Css Color HEX #F2D6FD Blue Chalk

📋 copy color: '#F2D6FD'

red 242 ◦ green 214 ◦ blue 253

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

Shades of Blue Chalk #F2D6FD

Tints of Blue Chalk #F2D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.18%

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

R = 34.13%
G = 30.18%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2D6FD (or 0xF2D6FD) is known color: Blue Chalk. HEX triplet: F2, D6 and FD. RGB value is (242,214,253). Sum of RGB (Red+Green+Blue) = 242+214+253=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 214 (83.98% from 255 or 30.18% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D6FD is #0D2902. Grayscale: #E2E2E2. Windows color (decimal): -862467 or 16635634. OLE color: 16635634.

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

Color convert

RGB 242 214 253 -
CMYK 0.04 0.15 0 0.01
HSL 283.08º 0.91% 0.92% -
HSV(B) 283.08º 0.15% 0.99% -
XYZ 78.39 74.06 103.09 -
YUV 226.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 242 214 253 0.04 0.15 0 0.01 283.08 0.91 0.92
Hex F2 D6 FD 4 F 0 1 11B 5B 5C
Octal 362 326 375 4 17 0 1 433 133 134
Binary 11110010 11010110 11111101 100 1111 0 1 100011011 1011011 1011100

Color Harmonies of #F2D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6FD

Black with #F2D6FD

Text Example


Text Example

White with #F2D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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