Html Css Color HEX #F2CAFD Blue Chalk

📋 copy color: '#F2CAFD'

red 242 ◦ green 202 ◦ blue 253

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

Shades of Blue Chalk #F2CAFD

Tints of Blue Chalk #F2CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.98%

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

R = 34.72%
G = 28.98%
B = 36.3%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2CAFD (or 0xF2CAFD) is known color: Blue Chalk. HEX triplet: F2, CA and FD. RGB value is (242,202,253). Sum of RGB (Red+Green+Blue) = 242+202+253=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFD is #0D3502. Grayscale: #DBDBDB. Windows color (decimal): -865539 or 16632562. OLE color: 16632562.

HSL color Cylindrical-coordinate representation of color #F2CAFD: hue angle of 287.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CAFD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 202 253 -
CMYK 0.04 0.20 0 0.01
HSL 287.06º 0.93% 0.89% -
HSV(B) 287.06º 0.2% 0.99% -
XYZ 75.47 68.21 102.12 -
YUV 219.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 242 202 253 0.04 0.20 0 0.01 287.06 0.93 0.89
Hex F2 CA FD 4 14 0 1 11F 5D 59
Octal 362 312 375 4 24 0 1 437 135 131
Binary 11110010 11001010 11111101 100 10100 0 1 100011111 1011101 1011001

Color Harmonies of #F2CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAFD

Black with #F2CAFD

Text Example


Text Example

White with #F2CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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