Html Css Color HEX #F0CCFD Blue Chalk

📋 copy color: '#F0CCFD'

red 240 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #F0CCFD

Tints of Blue Chalk #F0CCFD

RGB

 RED value IS 240 (94.14% from 255) = 34.43%

 GREEN value IS 204 (80.08% from 255) = 29.27%

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

R = 34.43%
G = 29.27%
B = 36.3%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CCFD (or 0xF0CCFD) is known color: Blue Chalk. HEX triplet: F0, CC and FD. RGB value is (240,204,253). Sum of RGB (Red+Green+Blue) = 240+204+253=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 204 (80.08% from 255 or 29.27% 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 #F0CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFD is #0F3302. Grayscale: #DCDCDC. Windows color (decimal): -996099 or 16633072. OLE color: 16633072.

HSL color Cylindrical-coordinate representation of color #F0CCFD: hue angle of 284.08º 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 #F0CCFD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 204 253 -
CMYK 0.05 0.19 0 0.01
HSL 284.08º 0.92% 0.9% -
HSV(B) 284.08º 0.19% 0.99% -
XYZ 75.26 68.8 102.24 -
YUV 220.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 240 204 253 0.05 0.19 0 0.01 284.08 0.92 0.9
Hex F0 CC FD 5 13 0 1 11C 5C 5A
Octal 360 314 375 5 23 0 1 434 134 132
Binary 11110000 11001100 11111101 101 10011 0 1 100011100 1011100 1011010

Color Harmonies of #F0CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCFD

Black with #F0CCFD

Text Example


Text Example

White with #F0CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCFD; }

 p { color: rgb(240,204,253); }

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

background-color css

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

 a { background-color: rgb(240,204,253); }

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

border-color css

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

 span { border-color: rgb(240,204,253); }

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