Html Css Color HEX #F2D0FA Blue Chalk

📋 copy color: '#F2D0FA'

red 242 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #F2D0FA

Tints of Blue Chalk #F2D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.71%

 BLUE value IS 250 (98.05% from 255) = 35.71%

R = 34.57%
G = 29.71%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2D0FA (or 0xF2D0FA) is known color: Blue Chalk. HEX triplet: F2, D0 and FA. RGB value is (242,208,250). Sum of RGB (Red+Green+Blue) = 242+208+250=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0FA is #0D2F05. Grayscale: #DEDEDE. Windows color (decimal): -864006 or 16437490. OLE color: 16437490.

HSL color Cylindrical-coordinate representation of color #F2D0FA: hue angle of 288.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2D0FA is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 208 250 -
CMYK 0.03 0.17 0 0.02
HSL 288.57º 0.81% 0.9% -
HSV(B) 288.57º 0.17% 0.98% -
XYZ 76.43 70.89 100.1 -
YUV 222.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 242 208 250 0.03 0.17 0 0.02 288.57 0.81 0.9
Hex F2 D0 FA 3 11 0 2 121 51 5A
Octal 362 320 372 3 21 0 2 441 121 132
Binary 11110010 11010000 11111010 11 10001 0 10 100100001 1010001 1011010

Color Harmonies of #F2D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0FA

Black with #F2D0FA

Text Example


Text Example

White with #F2D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0FA; }

 p { color: rgb(242,208,250); }

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

background-color css

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

 a { background-color: rgb(242,208,250); }

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

border-color css

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

 span { border-color: rgb(242,208,250); }

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