Html Css Color HEX #F2CDFD Blue Chalk

📋 copy color: '#F2CDFD'

red 242 ◦ green 205 ◦ blue 253

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

Shades of Blue Chalk #F2CDFD

Tints of Blue Chalk #F2CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.29%

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

R = 34.57%
G = 29.29%
B = 36.14%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2CDFD (or 0xF2CDFD) is known color: Blue Chalk. HEX triplet: F2, CD and FD. RGB value is (242,205,253). Sum of RGB (Red+Green+Blue) = 242+205+253=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFD is #0D3202. Grayscale: #DDDDDD. Windows color (decimal): -864771 or 16633330. OLE color: 16633330.

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

Color convert

RGB 242 205 253 -
CMYK 0.04 0.19 0 0.01
HSL 286.25º 0.92% 0.9% -
HSV(B) 286.25º 0.19% 0.99% -
XYZ 76.18 69.63 102.35 -
YUV 221.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 242 205 253 0.04 0.19 0 0.01 286.25 0.92 0.9
Hex F2 CD FD 4 13 0 1 11E 5C 5A
Octal 362 315 375 4 23 0 1 436 134 132
Binary 11110010 11001101 11111101 100 10011 0 1 100011110 1011100 1011010

Color Harmonies of #F2CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDFD

Black with #F2CDFD

Text Example


Text Example

White with #F2CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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