Html Css Color HEX #F2D9FF Blue Chalk

📋 copy color: '#F2D9FF'

red 242 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #F2D9FF

Tints of Blue Chalk #F2D9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.71%

R = 33.89%
G = 30.39%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2D9FF (or 0xF2D9FF) is known color: Blue Chalk. HEX triplet: F2, D9 and FF. RGB value is (242,217,255). Sum of RGB (Red+Green+Blue) = 242+217+255=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9FF is #0D2600. Grayscale: #E4E4E4. Windows color (decimal): -861697 or 16767474. OLE color: 16767474.

HSL color Cylindrical-coordinate representation of color #F2D9FF: hue angle of 279.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D9FF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 217 255 -
CMYK 0.05 0.15 0 0
HSL 279.47º 1% 0.93% -
HSV(B) 279.47º 0.15% 1% -
XYZ 79.48 75.72 105.03 -
YUV 228.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 242 217 255 0.05 0.15 0 0 279.47 1 0.93
Hex F2 D9 FF 5 F 0 0 117 64 5D
Octal 362 331 377 5 17 0 0 427 144 135
Binary 11110010 11011001 11111111 101 1111 0 0 100010111 1100100 1011101

Color Harmonies of #F2D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9FF

Black with #F2D9FF

Text Example


Text Example

White with #F2D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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