Html Css Color HEX #CCFACC Blue Romance

📋 copy color: '#CCFACC'

red 204 ◦ green 250 ◦ blue 204

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

Shades of Blue Romance #CCFACC

Tints of Blue Romance #CCFACC

RGB

 RED value IS 204 (80.08% from 255) = 31%

 GREEN value IS 250 (98.05% from 255) = 37.99%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 31%
G = 37.99%
B = 31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#CCFACC (or 0xCCFACC) is known color: Blue Romance. HEX triplet: CC, FA and CC. RGB value is (204,250,204). Sum of RGB (Red+Green+Blue) = 204+250+204=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACC is #330533. Grayscale: #E7E7E7. Windows color (decimal): -3343668 or 13433548. OLE color: 13433548.

HSL color Cylindrical-coordinate representation of color #CCFACC: hue angle of 120º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFACC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 204 -
CMYK 0.18 0 0.18 0.02
HSL 120º 0.82% 0.89% -
HSV(B) 120º 0.18% 0.98% -
XYZ 69.99 85.57 69.95 -
YUV 231 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 204 250 204 0.18 0 0.18 0.02 120 0.82 0.89
Hex CC FA CC 12 0 12 2 78 52 59
Octal 314 372 314 22 0 22 2 170 122 131
Binary 11001100 11111010 11001100 10010 0 10010 10 1111000 1010010 1011001

Color Harmonies of #CCFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFACC

Black with #CCFACC

Text Example


Text Example

White with #CCFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFACC; }

 p { color: rgb(204,250,204); }

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

background-color css

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

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

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

border-color css

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

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

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