Html Css Color HEX #F2D0FB Blue Chalk

📋 copy color: '#F2D0FB'

red 242 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #F2D0FB

Tints of Blue Chalk #F2D0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.81%

R = 34.52%
G = 29.67%
B = 35.81%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2D0FB (or 0xF2D0FB) is known color: Blue Chalk. HEX triplet: F2, D0 and FB. RGB value is (242,208,251). Sum of RGB (Red+Green+Blue) = 242+208+251=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0FB is #0D2F04. Grayscale: #DEDEDE. Windows color (decimal): -864005 or 16503026. OLE color: 16503026.

HSL color Cylindrical-coordinate representation of color #F2D0FB: hue angle of 287.44º degrees, saturation: 0.84, 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 #F2D0FB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 208 251 -
CMYK 0.04 0.17 0 0.02
HSL 287.44º 0.84% 0.9% -
HSV(B) 287.44º 0.17% 0.98% -
XYZ 76.59 70.95 100.93 -
YUV 223.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 242 208 251 0.04 0.17 0 0.02 287.44 0.84 0.9
Hex F2 D0 FB 4 11 0 2 11F 54 5A
Octal 362 320 373 4 21 0 2 437 124 132
Binary 11110010 11010000 11111011 100 10001 0 10 100011111 1010100 1011010

Color Harmonies of #F2D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0FB

Black with #F2D0FB

Text Example


Text Example

White with #F2D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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